#B1D15D

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

Shades of Conifer #B1D15D

Tints of Conifer #B1D15D

Color information

#B1D15D (or 0xB1D15D) is unknown color: approx Conifer. HEX triplet: B1, D1 and 5D. RGB value is (177,209,93). Sum of RGB (Red+Green+Blue) = 177+209+93=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D15D is #4E2EA2. Grayscale: #BABABA. Windows color (decimal): -5123747 or 6148529. OLE color: 6148529.

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

Color convert

RGB17720993-
CMYK0.1500.560.18
HSL76.55º55.77%59.22%-
HSV(B)76.55º55.5%81.96%-
XYZ42.9155.7418.85-
YUV186.2175.4121.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=36.95%
G=43.63%
B=19.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177209930.1500.560.1876.5555.7759.22
HexB1D15DF038124d383b
Octal26132113517070221157073
Binary1011000111010001101110111110111000100101001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D15D; }

 p { color: rgb(177,209,93); }

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

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

 a { background-color: rgb(177,209,93); }

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

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

 span { border-color: rgb(177,209,93); }

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