#BAF984

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

Shades of Sulu #BAF984

Tints of Sulu #BAF984

Color information

#BAF984 (or 0xBAF984) is unknown color: approx Sulu. HEX triplet: BA, F9 and 84. RGB value is (186,249,132). Sum of RGB (Red+Green+Blue) = 186+249+132=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF984 is #45067B. Grayscale: #D9D9D9. Windows color (decimal): -4523644 or 8714682. OLE color: 8714682.

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

Color convert

RGB186249132-
CMYK0.2500.470.02
HSL92.31º90.7%74.71%-
HSV(B)92.31º46.99%97.65%-
XYZ58.2979.8634.17-
YUV216.8280.13106.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 249 (97.66% from 255) = 43.92%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=32.80%
G=43.92%
B=23.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491320.2500.470.0292.3190.774.71
HexBAF9841902F25c5b4b
Octal272371204310572134133113
Binary10111010111110011000010011001010111110101110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF984; }

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

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

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

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

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

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

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

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