#B2E476

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

Shades of Sulu #B2E476

Tints of Sulu #B2E476

Color information

#B2E476 (or 0xB2E476) is unknown color: approx Sulu. HEX triplet: B2, E4 and 76. RGB value is (178,228,118). Sum of RGB (Red+Green+Blue) = 178+228+118=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E476 is #4D1B89. Grayscale: #C8C8C8. Windows color (decimal): -5053322 or 7791794. OLE color: 7791794.

HSL color Cylindrical-coordinate representation of color #B2E476: hue angle of 87.27º degrees, saturation: 0.67, 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 #B2E476 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB178228118-
CMYK0.2200.480.11
HSL87.27º67.07%67.84%-
HSV(B)87.27º48.25%89.41%-
XYZ49.3766.2627.33-
YUV200.5181.44111.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 228 (89.45% from 255) = 43.51%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=33.97%
G=43.51%
B=22.52%

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
Decimal1782281180.2200.480.1187.2767.0767.84
HexB2E47616030B574344
Octal2623441662606013127103104
Binary101100101110010011101101011001100001011101011110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E476; }

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

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

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

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

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

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

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

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