#B0DB6E

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

Shades of Conifer #B0DB6E

Tints of Conifer #B0DB6E

Color information

#B0DB6E (or 0xB0DB6E) is unknown color: approx Conifer. HEX triplet: B0, DB and 6E. RGB value is (176,219,110). Sum of RGB (Red+Green+Blue) = 176+219+110=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB6E is #4F2491. Grayscale: #C2C2C2. Windows color (decimal): -5186706 or 7265200. OLE color: 7265200.

HSL color Cylindrical-coordinate representation of color #B0DB6E: hue angle of 83.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0DB6E is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB176219110-
CMYK0.2000.500.14
HSL83.67º60.22%64.51%-
HSV(B)83.67º49.77%85.88%-
XYZ46.0561.0224.1-
YUV193.7280.75115.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 219 (85.94% from 255) = 43.37%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=34.85%
G=43.37%
B=21.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191100.2000.500.1483.6760.2264.51
HexB0DB6E14032E543c41
Octal260333156240621612474101
Binary10110000110110111101110101000110010111010101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DB6E; }

 p { color: rgb(176,219,110); }

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

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

 a { background-color: rgb(176,219,110); }

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

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

 span { border-color: rgb(176,219,110); }

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