#BAF989

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

Shades of Sulu #BAF989

Tints of Sulu #BAF989

Color information

#BAF989 (or 0xBAF989) is unknown color: approx Sulu. HEX triplet: BA, F9 and 89. RGB value is (186,249,137). Sum of RGB (Red+Green+Blue) = 186+249+137=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF989 is #450676. Grayscale: #D9D9D9. Windows color (decimal): -4523639 or 9042362. OLE color: 9042362.

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

Color convert

RGB186249137-
CMYK0.2500.450.02
HSL93.75º90.32%75.69%-
HSV(B)93.75º44.98%97.65%-
XYZ58.648036.02-
YUV217.482.63105.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=32.52%
G=43.53%
B=23.95%

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
Decimal1862491370.2500.450.0293.7590.3275.69
HexBAF9891902D25e5a4c
Octal272371211310552136132114
Binary10111010111110011000100111001010110110101111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF989; }

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

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

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

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

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

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

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

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