#B0E350

Color #B0E350 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B0E350

Tints of Conifer #B0E350

Color information

#B0E350 (or 0xB0E350) is unknown color: approx Conifer. HEX triplet: B0, E3 and 50. RGB value is (176,227,80). Sum of RGB (Red+Green+Blue) = 176+227+80=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E350 is #4F1CAF. Grayscale: #C3C3C3. Windows color (decimal): -5184688 or 5301168. OLE color: 5301168.

HSL color Cylindrical-coordinate representation of color #B0E350: hue angle of 80.82º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0E350 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB17622780-
CMYK0.2200.650.11
HSL80.82º72.41%60.2%-
HSV(B)80.82º64.76%89.02%-
XYZ46.8264.7517.62-
YUV194.9963.1114.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 227 (89.06% from 255) = 47.00%
BLUE value IS 80 (31.64% from 255) = 16.56%
R=36.44%
G=47.00%
B=16.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176227800.2200.650.1180.8272.4160.2
HexB0E35016041B51483c
Octal2603431202601011312111074
Binary101100001110001110100001011001000001101110100011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E350; }

 p { color: rgb(176,227,80); }

 H1.HeaderClassName
 {
   color: #B0E350;
 }
 .AnyTagClassName
 {
   color: #B0E350;
 }
</style>
background-color css

<style>
 a { background-color: #B0E350; }

 a { background-color: rgb(176,227,80); }

 div.DivClassName
 {
   background-color: #B0E350;
 }
 .BgClassName
 {
   background-color: #B0E350;
 }
</style>
border-color css

<style>
 span { border-color: #B0E350; }

 span { border-color: rgb(176,227,80); }

 td.TdClassName
 {
   border-color: #B0E350;
 }
 .TagClassName
 {
   border-color: #B0E350;
 }
</style>