#BAF980

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

Shades of Sulu #BAF980

Tints of Sulu #BAF980

Color information

#BAF980 (or 0xBAF980) is unknown color: approx Sulu. HEX triplet: BA, F9 and 80. RGB value is (186,249,128). Sum of RGB (Red+Green+Blue) = 186+249+128=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF980 is #45067F. Grayscale: #D8D8D8. Windows color (decimal): -4523648 or 8452538. OLE color: 8452538.

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

Color convert

RGB186249128-
CMYK0.2500.490.02
HSL91.24º90.98%73.92%-
HSV(B)91.24º48.59%97.65%-
XYZ58.0279.7532.76-
YUV216.3778.13106.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 249 (97.66% from 255) = 44.23%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=33.04%
G=44.23%
B=22.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491280.2500.490.0291.2490.9873.92
HexBAF9801903125b5b4a
Octal272371200310612133133112
Binary10111010111110011000000011001011000110101101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF980; }

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

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

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

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

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

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

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

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