#B1E152

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

Shades of Conifer #B1E152

Tints of Conifer #B1E152

Color information

#B1E152 (or 0xB1E152) is unknown color: approx Conifer. HEX triplet: B1, E1 and 52. RGB value is (177,225,82). Sum of RGB (Red+Green+Blue) = 177+225+82=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E152 is #4E1EAD. Grayscale: #C2C2C2. Windows color (decimal): -5119662 or 5431729. OLE color: 5431729.

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

Color convert

RGB17722582-
CMYK0.2100.640.12
HSL80.14º70.44%60.2%-
HSV(B)80.14º63.56%88.24%-
XYZ46.5863.8117.84-
YUV194.3564.6115.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 225 (88.28% from 255) = 46.49%
BLUE value IS 82 (32.42% from 255) = 16.94%
R=36.57%
G=46.49%
B=16.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177225820.2100.640.1280.1470.4460.2
HexB1E15215040C50463c
Octal2613411222501001412010674
Binary101100011110000110100101010101000000110010100001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E152; }

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

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

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

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

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

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

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

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