#BAE691

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

Shades of Sulu #BAE691

Tints of Sulu #BAE691

Color information

#BAE691 (or 0xBAE691) is unknown color: approx Sulu. HEX triplet: BA, E6 and 91. RGB value is (186,230,145). Sum of RGB (Red+Green+Blue) = 186+230+145=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE691 is #45196E. Grayscale: #CFCFCF. Windows color (decimal): -4528495 or 9561786. OLE color: 9561786.

HSL color Cylindrical-coordinate representation of color #BAE691: hue angle of 91.06º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE691 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB186230145-
CMYK0.1900.370.10
HSL91.06º62.96%73.53%-
HSV(B)91.06º36.96%90.2%-
XYZ53.6669.0837.29-
YUV207.1592.92112.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 145 (57.03% from 255) = 25.85%
R=33.16%
G=41.00%
B=25.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301450.1900.370.1091.0662.9673.53
HexBAE69113025A5b3f4a
Octal272346221230451213377112
Binary101110101110011010010001100110100101101010110111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE691; }

 p { color: rgb(186,230,145); }

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

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

 a { background-color: rgb(186,230,145); }

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

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

 span { border-color: rgb(186,230,145); }

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