#B9DC62

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

Shades of Conifer #B9DC62

Tints of Conifer #B9DC62

Color information

#B9DC62 (or 0xB9DC62) is unknown color: approx Conifer. HEX triplet: B9, DC and 62. RGB value is (185,220,98). Sum of RGB (Red+Green+Blue) = 185+220+98=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC62 is #46239D. Grayscale: #C4C4C4. Windows color (decimal): -4596638 or 6479033. OLE color: 6479033.

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

Color convert

RGB18522098-
CMYK0.1600.550.14
HSL77.21º63.54%62.35%-
HSV(B)77.21º55.45%86.27%-
XYZ47.8162.3821.08-
YUV195.6372.9120.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 98 (38.67% from 255) = 19.48%
R=36.78%
G=43.74%
B=19.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185220980.1600.550.1477.2163.5462.35
HexB9DC6210037E4d403e
Octal271334142200671611510076
Binary10111001110111001100010100000110111111010011011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC62; }

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

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

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

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

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

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

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

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