#BAE786

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

Shades of Sulu #BAE786

Tints of Sulu #BAE786

Color information

#BAE786 (or 0xBAE786) is unknown color: approx Sulu. HEX triplet: BA, E7 and 86. RGB value is (186,231,134). Sum of RGB (Red+Green+Blue) = 186+231+134=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE786 is #451879. Grayscale: #CECECE. Windows color (decimal): -4528250 or 8841146. OLE color: 8841146.

HSL color Cylindrical-coordinate representation of color #BAE786: hue angle of 87.84º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE786 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB186231134-
CMYK0.1900.420.09
HSL87.84º66.9%71.57%-
HSV(B)87.84º41.99%90.59%-
XYZ53.1369.3133.13-
YUV206.4987.09113.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 231 (90.62% from 255) = 41.92%
BLUE value IS 134 (52.73% from 255) = 24.32%
R=33.76%
G=41.92%
B=24.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862311340.1900.420.0987.8466.971.57
HexBAE7861302A9584348
Octal2723472062305211130103110
Binary1011101011100111100001101001101010101001101100010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE786; }

 p { color: rgb(186,231,134); }

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

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

 a { background-color: rgb(186,231,134); }

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

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

 span { border-color: rgb(186,231,134); }

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