#BAF985

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

Shades of Sulu #BAF985

Tints of Sulu #BAF985

Color information

#BAF985 (or 0xBAF985) is unknown color: approx Sulu. HEX triplet: BA, F9 and 85. RGB value is (186,249,133). Sum of RGB (Red+Green+Blue) = 186+249+133=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF985 is #45067A. Grayscale: #D9D9D9. Windows color (decimal): -4523643 or 8780218. OLE color: 8780218.

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

Color convert

RGB186249133-
CMYK0.2500.470.02
HSL92.59º90.62%74.9%-
HSV(B)92.59º46.59%97.65%-
XYZ58.3679.8834.53-
YUV216.9480.63105.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 249 (97.66% from 255) = 43.84%
BLUE value IS 133 (52.34% from 255) = 23.42%
R=32.75%
G=43.84%
B=23.42%

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
Decimal1862491330.2500.470.0292.5990.6274.9
HexBAF9851902F25d5b4b
Octal272371205310572135133113
Binary10111010111110011000010111001010111110101110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF985; }

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

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

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

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

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

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

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

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