#B1D95C

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

Shades of Conifer #B1D95C

Tints of Conifer #B1D95C

Color information

#B1D95C (or 0xB1D95C) is unknown color: approx Conifer. HEX triplet: B1, D9 and 5C. RGB value is (177,217,92). Sum of RGB (Red+Green+Blue) = 177+217+92=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D95C is #4E26A3. Grayscale: #BFBFBF. Windows color (decimal): -5121700 or 6085041. OLE color: 6085041.

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

Color convert

RGB17721792-
CMYK0.1800.580.15
HSL79.2º62.19%60.59%-
HSV(B)79.2º57.6%85.1%-
XYZ44.8859.7519.29-
YUV190.7972.25118.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 217 (85.16% from 255) = 44.65%
BLUE value IS 92 (36.33% from 255) = 18.93%
R=36.42%
G=44.65%
B=18.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177217920.1800.580.1579.262.1960.59
HexB1D95C1203AF4f3e3d
Octal26133113422072171177675
Binary1011000111011001101110010010011101011111001111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D95C; }

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

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

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

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

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

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

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

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