#BAF786

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

Shades of Sulu #BAF786

Tints of Sulu #BAF786

Color information

#BAF786 (or 0xBAF786) is unknown color: approx Sulu. HEX triplet: BA, F7 and 86. RGB value is (186,247,134). Sum of RGB (Red+Green+Blue) = 186+247+134=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF786 is #450879. Grayscale: #D8D8D8. Windows color (decimal): -4524154 or 8845242. OLE color: 8845242.

HSL color Cylindrical-coordinate representation of color #BAF786: hue angle of 92.39º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAF786 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB186247134-
CMYK0.2500.460.03
HSL92.39º87.6%74.71%-
HSV(B)92.39º45.75%96.86%-
XYZ57.8178.6834.69-
YUV215.8881.79106.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 247 (96.88% from 255) = 43.56%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=32.80%
G=43.56%
B=23.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471340.2500.460.0392.3987.674.71
HexBAF7861902E35c584b
Octal272367206310563134130113
Binary10111010111101111000011011001010111011101110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF786; }

 p { color: rgb(186,247,134); }

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

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

 a { background-color: rgb(186,247,134); }

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

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

 span { border-color: rgb(186,247,134); }

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