#BAEC8A

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

Shades of Sulu #BAEC8A

Tints of Sulu #BAEC8A

Color information

#BAEC8A (or 0xBAEC8A) is unknown color: approx Sulu. HEX triplet: BA, EC and 8A. RGB value is (186,236,138). Sum of RGB (Red+Green+Blue) = 186+236+138=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC8A is #451375. Grayscale: #D2D2D2. Windows color (decimal): -4526966 or 9104570. OLE color: 9104570.

HSL color Cylindrical-coordinate representation of color #BAEC8A: hue angle of 90.61º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAEC8A is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB186236138-
CMYK0.2100.420.07
HSL90.61º72.06%73.33%-
HSV(B)90.61º41.53%92.55%-
XYZ54.8372.2635.1-
YUV209.8887.44110.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 236 (92.58% from 255) = 42.14%
BLUE value IS 138 (54.30% from 255) = 24.64%
R=33.21%
G=42.14%
B=24.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361380.2100.420.0790.6172.0673.33
HexBAEC8A1502A75b4849
Octal272354212250527133110111
Binary101110101110110010001010101010101010111101101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC8A; }

 p { color: rgb(186,236,138); }

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

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

 a { background-color: rgb(186,236,138); }

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

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

 span { border-color: rgb(186,236,138); }

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