#B9DF69

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

Shades of Conifer #B9DF69

Tints of Conifer #B9DF69

Color information

#B9DF69 (or 0xB9DF69) is unknown color: approx Conifer. HEX triplet: B9, DF and 69. RGB value is (185,223,105). Sum of RGB (Red+Green+Blue) = 185+223+105=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DF69 is #462096. Grayscale: #C6C6C6. Windows color (decimal): -4595863 or 6938553. OLE color: 6938553.

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

Color convert

RGB185223105-
CMYK0.1700.530.13
HSL79.32º64.84%64.31%-
HSV(B)79.32º52.91%87.45%-
XYZ48.9564.1123.16-
YUV198.1975.41118.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 105 (41.41% from 255) = 20.47%
R=36.06%
G=43.47%
B=20.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852231050.1700.530.1379.3264.8464.31
HexB9DF6911035D4f4140
Octal2713371512106515117101100
Binary101110011101111111010011000101101011101100111110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DF69; }

 p { color: rgb(185,223,105); }

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

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

 a { background-color: rgb(185,223,105); }

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

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

 span { border-color: rgb(185,223,105); }

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