#B9DB55

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

Shades of Conifer #B9DB55

Tints of Conifer #B9DB55

Color information

#B9DB55 (or 0xB9DB55) is unknown color: approx Conifer. HEX triplet: B9, DB and 55. RGB value is (185,219,85). Sum of RGB (Red+Green+Blue) = 185+219+85=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB55 is #4624AA. Grayscale: #C2C2C2. Windows color (decimal): -4596907 or 5626809. OLE color: 5626809.

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

Color convert

RGB18521985-
CMYK0.1600.610.14
HSL75.22º65.05%59.61%-
HSV(B)75.22º61.19%85.88%-
XYZ46.9861.6318.01-
YUV193.5666.74121.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 85 (33.59% from 255) = 17.38%
R=37.83%
G=44.79%
B=17.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185219850.1600.610.1475.2265.0559.61
HexB9DB551003DE4b413c
Octal271333125200751611310174
Binary10111001110110111010101100000111101111010010111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DB55; }

 p { color: rgb(185,219,85); }

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

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

 a { background-color: rgb(185,219,85); }

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

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

 span { border-color: rgb(185,219,85); }

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