#BAF983

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

Shades of Sulu #BAF983

Tints of Sulu #BAF983

Color information

#BAF983 (or 0xBAF983) is unknown color: approx Sulu. HEX triplet: BA, F9 and 83. RGB value is (186,249,131). Sum of RGB (Red+Green+Blue) = 186+249+131=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF983 is #45067C. Grayscale: #D9D9D9. Windows color (decimal): -4523645 or 8649146. OLE color: 8649146.

HSL color Cylindrical-coordinate representation of color #BAF983: hue angle of 92.03º 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 #BAF983 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB186249131-
CMYK0.2500.470.02
HSL92.03º90.77%74.51%-
HSV(B)92.03º47.39%97.65%-
XYZ58.2279.8333.81-
YUV216.7179.63106.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 131 (51.56% from 255) = 23.14%
R=32.86%
G=43.99%
B=23.14%

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
Decimal1862491310.2500.470.0292.0390.7774.51
HexBAF9831902F25c5b4b
Octal272371203310572134133113
Binary10111010111110011000001111001010111110101110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF983; }

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

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

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

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

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

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

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

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