#b9dc52

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

Shades of Conifer #B9DC52

Tints of Conifer #B9DC52

Color information

#B9DC52 (or 0xB9DC52) is unknown color: approx Conifer. HEX triplet: B9, DC and 52. RGB value is (185,220,82). Sum of RGB (Red+Green+Blue) = 185+220+82=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC52 is #4623AD. Grayscale: #C2C2C2. Windows color (decimal): -4596654 or 5430457. OLE color: 5430457.

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

Color convert

RGB18522082-
CMYK0.1600.630.14
HSL75.22º66.35%59.22%-
HSV(B)75.22º62.73%86.27%-
XYZ47.1262.1117.49-
YUV193.864.9121.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 82 (32.42% from 255) = 16.84%
R=37.99%
G=45.17%
B=16.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185220820.1600.630.1475.2266.3559.22
HexB9DC521003FE4b423b
Octal271334122200771611310273
Binary10111001110111001010010100000111111111010010111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9dc52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9dc52; }

 p { color: rgb(185,220,82); }

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

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

 a { background-color: rgb(185,220,82); }

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

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

 span { border-color: rgb(185,220,82); }

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