#BAF590

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

Shades of Sulu #BAF590

Tints of Sulu #BAF590

Color information

#BAF590 (or 0xBAF590) is unknown color: approx Sulu. HEX triplet: BA, F5 and 90. RGB value is (186,245,144). Sum of RGB (Red+Green+Blue) = 186+245+144=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF590 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF590 is #450A6F. Grayscale: #D8D8D8. Windows color (decimal): -4524656 or 9500090. OLE color: 9500090.

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

Color convert

RGB186245144-
CMYK0.2400.410.04
HSL95.05º83.47%76.27%-
HSV(B)95.05º41.22%96.08%-
XYZ57.9477.7638.34-
YUV215.8487.45106.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 245 (96.09% from 255) = 42.61%
BLUE value IS 144 (56.64% from 255) = 25.04%
R=32.35%
G=42.61%
B=25.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451440.2400.410.0495.0583.4776.27
HexBAF5901802945f534c
Octal272365220300514137123114
Binary101110101111010110010000110000101001100101111110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF590; }

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

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

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

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

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

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

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

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