#BAE472

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

Shades of Sulu #BAE472

Tints of Sulu #BAE472

Color information

#BAE472 (or 0xBAE472) is unknown color: approx Sulu. HEX triplet: BA, E4 and 72. RGB value is (186,228,114). Sum of RGB (Red+Green+Blue) = 186+228+114=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE472 is #451B8D. Grayscale: #CACACA. Windows color (decimal): -4529038 or 7529658. OLE color: 7529658.

HSL color Cylindrical-coordinate representation of color #BAE472: hue angle of 82.11º 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 #BAE472 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB186228114-
CMYK0.1800.500.11
HSL82.11º67.86%67.06%-
HSV(B)82.11º50%89.41%-
XYZ51.0367.1426.19-
YUV202.4578.09116.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 114 (44.92% from 255) = 21.59%
R=35.23%
G=43.18%
B=21.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281140.1800.500.1182.1167.8667.06
HexBAE47212032B524443
Octal2723441622206213122104103
Binary101110101110010011100101001001100101011101001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE472; }

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

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

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

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

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

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

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

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