#B4D96A

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

Shades of Conifer #B4D96A

Tints of Conifer #B4D96A

Color information

#B4D96A (or 0xB4D96A) is unknown color: approx Conifer. HEX triplet: B4, D9 and 6A. RGB value is (180,217,106). Sum of RGB (Red+Green+Blue) = 180+217+106=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D96A is #4B2695. Grayscale: #C1C1C1. Windows color (decimal): -4925078 or 7002548. OLE color: 7002548.

HSL color Cylindrical-coordinate representation of color #B4D96A: hue angle of 80º 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 #B4D96A is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB180217106-
CMYK0.1700.510.15
HSL80º59.36%63.33%-
HSV(B)80º51.15%85.1%-
XYZ46.2460.3722.85-
YUV193.2878.74118.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=35.79%
G=43.14%
B=21.07%

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
Decimal1802171060.1700.510.158059.3663.33
HexB4D96A11033F503b3f
Octal26433115221063171207377
Binary1011010011011001110101010001011001111111010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D96A; }

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

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

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

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

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

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

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

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