#BAF685

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

Shades of Sulu #BAF685

Tints of Sulu #BAF685

Color information

#BAF685 (or 0xBAF685) is unknown color: approx Sulu. HEX triplet: BA, F6 and 85. RGB value is (186,246,133). Sum of RGB (Red+Green+Blue) = 186+246+133=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF685 is #45097A. Grayscale: #D7D7D7. Windows color (decimal): -4524411 or 8779450. OLE color: 8779450.

HSL color Cylindrical-coordinate representation of color #BAF685: hue angle of 91.86º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAF685 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB186246133-
CMYK0.2400.460.04
HSL91.86º86.26%74.31%-
HSV(B)91.86º45.93%96.47%-
XYZ57.4478.0434.23-
YUV215.1881.62107.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 246 (96.48% from 255) = 43.54%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=32.92%
G=43.54%
B=23.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461330.2400.460.0491.8686.2674.31
HexBAF6851802E45c564a
Octal272366205300564134126112
Binary101110101111011010000101110000101110100101110010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF685; }

 p { color: rgb(186,246,133); }

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

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

 a { background-color: rgb(186,246,133); }

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

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

 span { border-color: rgb(186,246,133); }

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