#B5D96A

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

Shades of Conifer #B5D96A

Tints of Conifer #B5D96A

Color information

#B5D96A (or 0xB5D96A) is unknown color: approx Conifer. HEX triplet: B5, D9 and 6A. RGB value is (181,217,106). Sum of RGB (Red+Green+Blue) = 181+217+106=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D96A is #4A2695. Grayscale: #C1C1C1. Windows color (decimal): -4859542 or 7002549. OLE color: 7002549.

HSL color Cylindrical-coordinate representation of color #B5D96A: hue angle of 79.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5D96A is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB181217106-
CMYK0.1700.510.15
HSL79.46º59.36%63.33%-
HSV(B)79.46º51.15%85.1%-
XYZ46.4760.4922.86-
YUV193.5878.57119.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 106 (41.80% from 255) = 21.03%
R=35.91%
G=43.06%
B=21.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171060.1700.510.1579.4659.3663.33
HexB5D96A11033F4f3b3f
Octal26533115221063171177377
Binary1011010111011001110101010001011001111111001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D96A; }

 p { color: rgb(181,217,106); }

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

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

 a { background-color: rgb(181,217,106); }

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

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

 span { border-color: rgb(181,217,106); }

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