#BAF988

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

Shades of Sulu #BAF988

Tints of Sulu #BAF988

Color information

#BAF988 (or 0xBAF988) is unknown color: approx Sulu. HEX triplet: BA, F9 and 88. RGB value is (186,249,136). Sum of RGB (Red+Green+Blue) = 186+249+136=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF988 is #450677. Grayscale: #D9D9D9. Windows color (decimal): -4523640 or 8976826. OLE color: 8976826.

HSL color Cylindrical-coordinate representation of color #BAF988: hue angle of 93.45º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAF988 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB186249136-
CMYK0.2500.450.02
HSL93.45º90.4%75.49%-
HSV(B)93.45º45.38%97.65%-
XYZ58.5779.9735.64-
YUV217.2882.13105.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=32.57%
G=43.61%
B=23.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491360.2500.450.0293.4590.475.49
HexBAF9881902D25d5a4b
Octal272371210310552135132113
Binary10111010111110011000100011001010110110101110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF988; }

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

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

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

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

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

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

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

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