#BAF587

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

Shades of Sulu #BAF587

Tints of Sulu #BAF587

Color information

#BAF587 (or 0xBAF587) is unknown color: approx Sulu. HEX triplet: BA, F5 and 87. RGB value is (186,245,135). Sum of RGB (Red+Green+Blue) = 186+245+135=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF587 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF587 is #450A78. Grayscale: #D7D7D7. Windows color (decimal): -4524665 or 8910266. OLE color: 8910266.

HSL color Cylindrical-coordinate representation of color #BAF587: hue angle of 92.18º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAF587 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB186245135-
CMYK0.2400.450.04
HSL92.18º84.62%74.51%-
HSV(B)92.18º44.9%96.08%-
XYZ57.2877.4934.86-
YUV214.8282.95107.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 245 (96.09% from 255) = 43.29%
BLUE value IS 135 (53.12% from 255) = 23.85%
R=32.86%
G=43.29%
B=23.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451350.2400.450.0492.1884.6274.51
HexBAF5871802D45c554b
Octal272365207300554134125113
Binary101110101111010110000111110000101101100101110010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF587; }

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

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

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

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

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

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

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

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