#B1D96D

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

Shades of Conifer #B1D96D

Tints of Conifer #B1D96D

Color information

#B1D96D (or 0xB1D96D) is unknown color: approx Conifer. HEX triplet: B1, D9 and 6D. RGB value is (177,217,109). Sum of RGB (Red+Green+Blue) = 177+217+109=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D96D is #4E2692. Grayscale: #C1C1C1. Windows color (decimal): -5121683 or 7199153. OLE color: 7199153.

HSL color Cylindrical-coordinate representation of color #B1D96D: hue angle of 82.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1D96D is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB177217109-
CMYK0.1800.500.15
HSL82.22º58.7%63.92%-
HSV(B)82.22º49.77%85.1%-
XYZ45.760.0823.66-
YUV192.7380.75116.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 109 (42.97% from 255) = 21.67%
R=35.19%
G=43.14%
B=21.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772171090.1800.500.1582.2258.763.92
HexB1D96D12032F523b40
Octal261331155220621712273100
Binary10110001110110011101101100100110010111110100101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D96D; }

 p { color: rgb(177,217,109); }

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

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

 a { background-color: rgb(177,217,109); }

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

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

 span { border-color: rgb(177,217,109); }

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