#B9DA64

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

Shades of Conifer #B9DA64

Tints of Conifer #B9DA64

Color information

#B9DA64 (or 0xB9DA64) is unknown color: approx Conifer. HEX triplet: B9, DA and 64. RGB value is (185,218,100). Sum of RGB (Red+Green+Blue) = 185+218+100=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA64 is #46259B. Grayscale: #C3C3C3. Windows color (decimal): -4597148 or 6609593. OLE color: 6609593.

HSL color Cylindrical-coordinate representation of color #B9DA64: hue angle of 76.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9DA64 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB185218100-
CMYK0.1500.540.15
HSL76.78º61.46%62.35%-
HSV(B)76.78º54.13%85.49%-
XYZ47.3861.3821.41-
YUV194.6874.57121.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=36.78%
G=43.34%
B=19.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852181000.1500.540.1576.7861.4662.35
HexB9DA64F036F4d3d3e
Octal27133214417066171157576
Binary101110011101101011001001111011011011111001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DA64; }

 p { color: rgb(185,218,100); }

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

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

 a { background-color: rgb(185,218,100); }

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

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

 span { border-color: rgb(185,218,100); }

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