#BAF588

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

Shades of Sulu #BAF588

Tints of Sulu #BAF588

Color information

#BAF588 (or 0xBAF588) is unknown color: approx Sulu. HEX triplet: BA, F5 and 88. RGB value is (186,245,136). Sum of RGB (Red+Green+Blue) = 186+245+136=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF588 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF588 is #450A77. Grayscale: #D7D7D7. Windows color (decimal): -4524664 or 8975802. OLE color: 8975802.

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

Color convert

RGB186245136-
CMYK0.2400.440.04
HSL92.48º84.5%74.71%-
HSV(B)92.48º44.49%96.08%-
XYZ57.3577.5235.23-
YUV214.9383.45107.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 245 (96.09% from 255) = 43.21%
BLUE value IS 136 (53.52% from 255) = 23.99%
R=32.80%
G=43.21%
B=23.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451360.2400.440.0492.4884.574.71
HexBAF5881802C45c544b
Octal272365210300544134124113
Binary101110101111010110001000110000101100100101110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF588; }

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

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

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

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

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

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

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

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