#BAE687

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

Shades of Sulu #BAE687

Tints of Sulu #BAE687

Color information

#BAE687 (or 0xBAE687) is unknown color: approx Sulu. HEX triplet: BA, E6 and 87. RGB value is (186,230,135). Sum of RGB (Red+Green+Blue) = 186+230+135=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE687 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE687 is #451978. Grayscale: #CECECE. Windows color (decimal): -4528505 or 8906426. OLE color: 8906426.

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

Color convert

RGB186230135-
CMYK0.1900.410.10
HSL87.79º65.52%71.57%-
HSV(B)87.79º41.3%90.2%-
XYZ52.9268.7833.41-
YUV206.0187.92113.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 230 (90.23% from 255) = 41.74%
BLUE value IS 135 (53.12% from 255) = 24.50%
R=33.76%
G=41.74%
B=24.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301350.1900.410.1087.7965.5271.57
HexBAE68713029A584248
Octal2723462072305112130102110
Binary1011101011100110100001111001101010011010101100010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE687; }

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

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

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

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

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

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

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

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