#B9DD64

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

Shades of Conifer #B9DD64

Tints of Conifer #B9DD64

Color information

#B9DD64 (or 0xB9DD64) is unknown color: approx Conifer. HEX triplet: B9, DD and 64. RGB value is (185,221,100). Sum of RGB (Red+Green+Blue) = 185+221+100=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD64 is #46229B. Grayscale: #C4C4C4. Windows color (decimal): -4596380 or 6610361. OLE color: 6610361.

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

Color convert

RGB185221100-
CMYK0.1600.550.13
HSL77.85º64.02%62.94%-
HSV(B)77.85º54.75%86.67%-
XYZ48.1662.9521.67-
YUV196.4473.57119.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=36.56%
G=43.68%
B=19.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852211000.1600.550.1377.8564.0262.94
HexB9DD6410037D4e403f
Octal271335144200671511610077
Binary10111001110111011100100100000110111110110011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DD64; }

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

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

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

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

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

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

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

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