#BAF181

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

Shades of Sulu #BAF181

Tints of Sulu #BAF181

Color information

#BAF181 (or 0xBAF181) is unknown color: approx Sulu. HEX triplet: BA, F1 and 81. RGB value is (186,241,129). Sum of RGB (Red+Green+Blue) = 186+241+129=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF181 is #450E7E. Grayscale: #D4D4D4. Windows color (decimal): -4525695 or 8516026. OLE color: 8516026.

HSL color Cylindrical-coordinate representation of color #BAF181: hue angle of 89.46º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAF181 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB186241129-
CMYK0.2300.460.05
HSL89.46º80%72.55%-
HSV(B)89.46º46.47%94.51%-
XYZ55.6774.9332.3-
YUV211.7981.28109.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 129 (50.78% from 255) = 23.20%
R=33.45%
G=43.35%
B=23.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411290.2300.460.0589.468072.55
HexBAF1811702E5595049
Octal272361201270565131120111
Binary101110101111000110000001101110101110101101100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF181; }

 p { color: rgb(186,241,129); }

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

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

 a { background-color: rgb(186,241,129); }

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

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

 span { border-color: rgb(186,241,129); }

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