#B1D76D

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

Shades of Conifer #B1D76D

Tints of Conifer #B1D76D

Color information

#B1D76D (or 0xB1D76D) is unknown color: approx Conifer. HEX triplet: B1, D7 and 6D. RGB value is (177,215,109). Sum of RGB (Red+Green+Blue) = 177+215+109=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D76D is #4E2892. Grayscale: #BFBFBF. Windows color (decimal): -5122195 or 7198641. OLE color: 7198641.

HSL color Cylindrical-coordinate representation of color #B1D76D: hue angle of 81.51º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1D76D is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB177215109-
CMYK0.1800.490.16
HSL81.51º56.99%63.53%-
HSV(B)81.51º49.3%84.31%-
XYZ45.1959.0523.48-
YUV191.5581.41117.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 215 (84.38% from 255) = 42.91%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=35.33%
G=42.91%
B=21.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772151090.1800.490.1681.5156.9963.53
HexB1D76D1203110523940
Octal261327155220612012271100
Binary101100011101011111011011001001100011000010100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D76D; }

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

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

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

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

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

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

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

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