#B2E976

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

Shades of Sulu #B2E976

Tints of Sulu #B2E976

Color information

#B2E976 (or 0xB2E976) is unknown color: approx Sulu. HEX triplet: B2, E9 and 76. RGB value is (178,233,118). Sum of RGB (Red+Green+Blue) = 178+233+118=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E976 is #4D1689. Grayscale: #CBCBCB. Windows color (decimal): -5052042 or 7793074. OLE color: 7793074.

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

Color convert

RGB178233118-
CMYK0.2400.490.09
HSL88.7º72.33%68.82%-
HSV(B)88.7º49.36%91.37%-
XYZ50.7769.0527.79-
YUV203.4479.78109.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 118 (46.48% from 255) = 22.31%
R=33.65%
G=44.05%
B=22.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782331180.2400.490.0988.772.3368.82
HexB2E976180319594845
Octal2623511663006111131110105
Binary101100101110100111101101100001100011001101100110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E976; }

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

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

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

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

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

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

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

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