#B9D54D

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

Shades of Conifer #B9D54D

Tints of Conifer #B9D54D

Color information

#B9D54D (or 0xB9D54D) is unknown color: approx Conifer. HEX triplet: B9, D5 and 4D. RGB value is (185,213,77). Sum of RGB (Red+Green+Blue) = 185+213+77=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D54D is #462AB2. Grayscale: #BDBDBD. Windows color (decimal): -4598451 or 5100985. OLE color: 5100985.

HSL color Cylindrical-coordinate representation of color #B9D54D: hue angle of 72.35º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9D54D is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB18521377-
CMYK0.1300.640.16
HSL72.35º61.82%56.86%-
HSV(B)72.35º63.85%83.53%-
XYZ45.1458.4415.92-
YUV189.1264.72125.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 77 (30.47% from 255) = 16.21%
R=38.95%
G=44.84%
B=16.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185213770.1300.640.1672.3561.8256.86
HexB9D54DD04010483e39
Octal271325115150100201107671
Binary10111001110101011001101110101000000100001001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D54D; }

 p { color: rgb(185,213,77); }

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

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

 a { background-color: rgb(185,213,77); }

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

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

 span { border-color: rgb(185,213,77); }

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