#B0DE5C

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

Shades of Conifer #B0DE5C

Tints of Conifer #B0DE5C

Color information

#B0DE5C (or 0xB0DE5C) is unknown color: approx Conifer. HEX triplet: B0, DE and 5C. RGB value is (176,222,92). Sum of RGB (Red+Green+Blue) = 176+222+92=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DE5C is #4F21A3. Grayscale: #C1C1C1. Windows color (decimal): -5185956 or 6086320. OLE color: 6086320.

HSL color Cylindrical-coordinate representation of color #B0DE5C: hue angle of 81.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0DE5C is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB17622292-
CMYK0.2100.590.13
HSL81.23º66.33%61.57%-
HSV(B)81.23º58.56%87.06%-
XYZ45.9662.2519.72-
YUV193.4370.76115.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 222 (87.11% from 255) = 45.31%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=35.92%
G=45.31%
B=18.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176222920.2100.590.1381.2366.3361.57
HexB0DE5C1503BD51423e
Octal260336134250731512110276
Binary10110000110111101011100101010111011110110100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DE5C; }

 p { color: rgb(176,222,92); }

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

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

 a { background-color: rgb(176,222,92); }

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

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

 span { border-color: rgb(176,222,92); }

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