#B9DD62

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

Shades of Conifer #B9DD62

Tints of Conifer #B9DD62

Color information

#B9DD62 (or 0xB9DD62) is unknown color: approx Conifer. HEX triplet: B9, DD and 62. RGB value is (185,221,98). Sum of RGB (Red+Green+Blue) = 185+221+98=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD62 is #46229D. Grayscale: #C4C4C4. Windows color (decimal): -4596382 or 6479289. OLE color: 6479289.

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

Color convert

RGB18522198-
CMYK0.1600.560.13
HSL77.56º64.4%62.55%-
HSV(B)77.56º55.66%86.67%-
XYZ48.0762.9121.16-
YUV196.2172.57120-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 98 (38.67% from 255) = 19.44%
R=36.71%
G=43.85%
B=19.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185221980.1600.560.1377.5664.462.55
HexB9DD6210038D4e403f
Octal271335142200701511610077
Binary10111001110111011100010100000111000110110011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DD62; }

 p { color: rgb(185,221,98); }

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

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

 a { background-color: rgb(185,221,98); }

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

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

 span { border-color: rgb(185,221,98); }

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