#BAEA8F

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

Shades of Sulu #BAEA8F

Tints of Sulu #BAEA8F

Color information

#BAEA8F (or 0xBAEA8F) is unknown color: approx Sulu. HEX triplet: BA, EA and 8F. RGB value is (186,234,143). Sum of RGB (Red+Green+Blue) = 186+234+143=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA8F is #451570. Grayscale: #D1D1D1. Windows color (decimal): -4527473 or 9431738. OLE color: 9431738.

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

Color convert

RGB186234143-
CMYK0.2100.390.08
HSL91.65º68.42%73.92%-
HSV(B)91.65º38.89%91.76%-
XYZ54.6371.2736.86-
YUV209.2790.6111.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 234 (91.80% from 255) = 41.56%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=33.04%
G=41.56%
B=25.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341430.2100.390.0891.6568.4273.92
HexBAEA8F1502785c444a
Octal2723522172504710134104112
Binary1011101011101010100011111010101001111000101110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEA8F; }

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

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

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

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

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

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

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

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