#B2E156

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

Shades of Conifer #B2E156

Tints of Conifer #B2E156

Color information

#B2E156 (or 0xB2E156) is unknown color: approx Conifer. HEX triplet: B2, E1 and 56. RGB value is (178,225,86). Sum of RGB (Red+Green+Blue) = 178+225+86=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E156 is #4D1EA9. Grayscale: #C3C3C3. Windows color (decimal): -5054122 or 5693874. OLE color: 5693874.

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

Color convert

RGB17822586-
CMYK0.2100.620.12
HSL80.29º69.85%60.98%-
HSV(B)80.29º61.78%88.24%-
XYZ46.9763.9918.68-
YUV195.166.43115.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.40%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 86 (33.98% from 255) = 17.59%
R=36.40%
G=46.01%
B=17.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178225860.2100.620.1280.2969.8560.98
HexB2E1561503EC50463d
Octal262341126250761412010675
Binary10110010111000011010110101010111110110010100001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E156; }

 p { color: rgb(178,225,86); }

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

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

 a { background-color: rgb(178,225,86); }

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

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

 span { border-color: rgb(178,225,86); }

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