#B2E776

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

Shades of Sulu #B2E776

Tints of Sulu #B2E776

Color information

#B2E776 (or 0xB2E776) is unknown color: approx Sulu. HEX triplet: B2, E7 and 76. RGB value is (178,231,118). Sum of RGB (Red+Green+Blue) = 178+231+118=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E776 is #4D1889. Grayscale: #CACACA. Windows color (decimal): -5052554 or 7792562. OLE color: 7792562.

HSL color Cylindrical-coordinate representation of color #B2E776: hue angle of 88.14º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2E776 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB178231118-
CMYK0.2300.490.09
HSL88.14º70.19%68.43%-
HSV(B)88.14º48.92%90.59%-
XYZ50.2167.9227.6-
YUV202.2780.44110.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 231 (90.62% from 255) = 43.83%
BLUE value IS 118 (46.48% from 255) = 22.39%
R=33.78%
G=43.83%
B=22.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782311180.2300.490.0988.1470.1968.43
HexB2E776170319584644
Octal2623471662706111130106104
Binary101100101110011111101101011101100011001101100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E776; }

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

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

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

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

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

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

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

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