#B1E15C

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

Shades of Conifer #B1E15C

Tints of Conifer #B1E15C

Color information

#B1E15C (or 0xB1E15C) is unknown color: approx Conifer. HEX triplet: B1, E1 and 5C. RGB value is (177,225,92). Sum of RGB (Red+Green+Blue) = 177+225+92=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E15C is #4E1EA3. Grayscale: #C3C3C3. Windows color (decimal): -5119652 or 6087089. OLE color: 6087089.

HSL color Cylindrical-coordinate representation of color #B1E15C: hue angle of 81.65º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1E15C is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB17722592-
CMYK0.2100.590.12
HSL81.65º68.91%62.16%-
HSV(B)81.65º59.11%88.24%-
XYZ46.9963.9720-
YUV195.4969.6114.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 92 (36.33% from 255) = 18.62%
R=35.83%
G=45.55%
B=18.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177225920.2100.590.1281.6568.9162.16
HexB1E15C1503BC52453e
Octal261341134250731412210576
Binary10110001111000011011100101010111011110010100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E15C; }

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

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

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

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

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

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

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

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