#B9DC63

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

Shades of Conifer #B9DC63

Tints of Conifer #B9DC63

Color information

#B9DC63 (or 0xB9DC63) is unknown color: approx Conifer. HEX triplet: B9, DC and 63. RGB value is (185,220,99). Sum of RGB (Red+Green+Blue) = 185+220+99=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC63 is #46239C. Grayscale: #C4C4C4. Windows color (decimal): -4596637 or 6544569. OLE color: 6544569.

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

Color convert

RGB18522099-
CMYK0.1600.550.14
HSL77.36º63.35%62.55%-
HSV(B)77.36º55%86.27%-
XYZ47.8562.421.33-
YUV195.7473.4120.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 220 (86.33% from 255) = 43.65%
BLUE value IS 99 (39.06% from 255) = 19.64%
R=36.71%
G=43.65%
B=19.64%

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
Decimal185220990.1600.550.1477.3663.3562.55
HexB9DC6310037E4d3f3f
Octal27133414320067161157777
Binary1011100111011100110001110000011011111101001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DC63; }

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

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

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

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

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

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

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

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