#B1D95F

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

Shades of Conifer #B1D95F

Tints of Conifer #B1D95F

Color information

#B1D95F (or 0xB1D95F) is unknown color: approx Conifer. HEX triplet: B1, D9 and 5F. RGB value is (177,217,95). Sum of RGB (Red+Green+Blue) = 177+217+95=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D95F is #4E26A0. Grayscale: #BFBFBF. Windows color (decimal): -5121697 or 6281649. OLE color: 6281649.

HSL color Cylindrical-coordinate representation of color #B1D95F: hue angle of 79.67º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1D95F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB17721795-
CMYK0.1800.560.15
HSL79.67º61.62%61.18%-
HSV(B)79.67º56.22%85.1%-
XYZ45.0159.820-
YUV191.1373.75117.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 95 (37.5% from 255) = 19.43%
R=36.20%
G=44.38%
B=19.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177217950.1800.560.1579.6761.6261.18
HexB1D95F12038F503e3d
Octal26133113722070171207675
Binary1011000111011001101111110010011100011111010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D95F; }

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

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

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

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

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

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

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

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