#BAF880

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

Shades of Sulu #BAF880

Tints of Sulu #BAF880

Color information

#BAF880 (or 0xBAF880) is unknown color: approx Sulu. HEX triplet: BA, F8 and 80. RGB value is (186,248,128). Sum of RGB (Red+Green+Blue) = 186+248+128=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF880 is #45077F. Grayscale: #D8D8D8. Windows color (decimal): -4523904 or 8452282. OLE color: 8452282.

HSL color Cylindrical-coordinate representation of color #BAF880: hue angle of 91º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF880 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB186248128-
CMYK0.2500.480.03
HSL91º89.55%73.73%-
HSV(B)91º48.39%97.25%-
XYZ57.7179.1332.65-
YUV215.7878.46106.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 128 (50.39% from 255) = 22.78%
R=33.10%
G=44.13%
B=22.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481280.2500.480.039189.5573.73
HexBAF8801903035b5a4a
Octal272370200310603133132112
Binary10111010111110001000000011001011000011101101110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF880; }

 p { color: rgb(186,248,128); }

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

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

 a { background-color: rgb(186,248,128); }

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

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

 span { border-color: rgb(186,248,128); }

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