#BAEB91

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

Shades of Sulu #BAEB91

Tints of Sulu #BAEB91

Color information

#BAEB91 (or 0xBAEB91) is unknown color: approx Sulu. HEX triplet: BA, EB and 91. RGB value is (186,235,145). Sum of RGB (Red+Green+Blue) = 186+235+145=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB91 is #45146E. Grayscale: #D2D2D2. Windows color (decimal): -4527215 or 9563066. OLE color: 9563066.

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

Color convert

RGB186235145-
CMYK0.2100.380.08
HSL92.67º69.23%74.51%-
HSV(B)92.67º38.3%92.16%-
XYZ55.0771.937.76-
YUV210.0991.27110.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 145 (57.03% from 255) = 25.62%
R=32.86%
G=41.52%
B=25.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351450.2100.380.0892.6769.2374.51
HexBAEB911502685d454b
Octal2723532212504610135105113
Binary1011101011101011100100011010101001101000101110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB91; }

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

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

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

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

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

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

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

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