#BAEA8B

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

Shades of Sulu #BAEA8B

Tints of Sulu #BAEA8B

Color information

#BAEA8B (or 0xBAEA8B) is unknown color: approx Sulu. HEX triplet: BA, EA and 8B. RGB value is (186,234,139). Sum of RGB (Red+Green+Blue) = 186+234+139=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA8B is #451574. Grayscale: #D1D1D1. Windows color (decimal): -4527477 or 9169594. OLE color: 9169594.

HSL color Cylindrical-coordinate representation of color #BAEA8B: hue angle of 90.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAEA8B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB186234139-
CMYK0.2100.410.08
HSL90.32º69.34%73.14%-
HSV(B)90.32º40.6%91.76%-
XYZ54.3371.1535.3-
YUV208.8288.6111.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 139 (54.69% from 255) = 24.87%
R=33.27%
G=41.86%
B=24.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341390.2100.410.0890.3269.3473.14
HexBAEA8B1502985a4549
Octal2723522132505110132105111
Binary1011101011101010100010111010101010011000101101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEA8B; }

 p { color: rgb(186,234,139); }

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

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

 a { background-color: rgb(186,234,139); }

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

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

 span { border-color: rgb(186,234,139); }

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