#B8E472

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

Shades of Sulu #B8E472

Tints of Sulu #B8E472

Color information

#B8E472 (or 0xB8E472) is unknown color: approx Sulu. HEX triplet: B8, E4 and 72. RGB value is (184,228,114). Sum of RGB (Red+Green+Blue) = 184+228+114=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E472 is #471B8D. Grayscale: #CACACA. Windows color (decimal): -4660110 or 7529656. OLE color: 7529656.

HSL color Cylindrical-coordinate representation of color #B8E472: hue angle of 83.16º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8E472 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB184228114-
CMYK0.1900.500.11
HSL83.16º67.86%67.06%-
HSV(B)83.16º50%89.41%-
XYZ50.5566.8926.17-
YUV201.8578.42115.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 228 (89.45% from 255) = 43.35%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=34.98%
G=43.35%
B=21.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1842281140.1900.500.1183.1667.8667.06
HexB8E47213032B534443
Octal2703441622306213123104103
Binary101110001110010011100101001101100101011101001110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E472; }

 p { color: rgb(184,228,114); }

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

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

 a { background-color: rgb(184,228,114); }

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

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

 span { border-color: rgb(184,228,114); }

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