#B2E376

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

Shades of Sulu #B2E376

Tints of Sulu #B2E376

Color information

#B2E376 (or 0xB2E376) is unknown color: approx Sulu. HEX triplet: B2, E3 and 76. RGB value is (178,227,118). Sum of RGB (Red+Green+Blue) = 178+227+118=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E376 is #4D1C89. Grayscale: #C8C8C8. Windows color (decimal): -5053578 or 7791538. OLE color: 7791538.

HSL color Cylindrical-coordinate representation of color #B2E376: hue angle of 86.97º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2E376 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB178227118-
CMYK0.2200.480.11
HSL86.97º66.06%67.65%-
HSV(B)86.97º48.02%89.02%-
XYZ49.165.7127.24-
YUV199.9281.77112.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 227 (89.06% from 255) = 43.40%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=34.03%
G=43.40%
B=22.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1782271180.2200.480.1186.9766.0667.65
HexB2E37616030B574244
Octal2623431662606013127102104
Binary101100101110001111101101011001100001011101011110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E376; }

 p { color: rgb(178,227,118); }

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

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

 a { background-color: rgb(178,227,118); }

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

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

 span { border-color: rgb(178,227,118); }

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