#BAF873

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

Shades of Sulu #BAF873

Tints of Sulu #BAF873

Color information

#BAF873 (or 0xBAF873) is unknown color: approx Sulu. HEX triplet: BA, F8 and 73. RGB value is (186,248,115). Sum of RGB (Red+Green+Blue) = 186+248+115=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF873 is #45078C. Grayscale: #D6D6D6. Windows color (decimal): -4523917 or 7600314. OLE color: 7600314.

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

Color convert

RGB186248115-
CMYK0.2500.540.03
HSL87.97º90.48%71.18%-
HSV(B)87.97º53.63%97.25%-
XYZ56.9178.8128.43-
YUV214.371.96107.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 248 (97.27% from 255) = 45.17%
BLUE value IS 115 (45.31% from 255) = 20.95%
R=33.88%
G=45.17%
B=20.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481150.2500.540.0387.9790.4871.18
HexBAF873190363585a47
Octal272370163310663130132107
Binary1011101011111000111001111001011011011101100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF873; }

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

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

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

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

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

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

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

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