#BAF182

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

Shades of Sulu #BAF182

Tints of Sulu #BAF182

Color information

#BAF182 (or 0xBAF182) is unknown color: approx Sulu. HEX triplet: BA, F1 and 82. RGB value is (186,241,130). Sum of RGB (Red+Green+Blue) = 186+241+130=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF182 is #450E7D. Grayscale: #D4D4D4. Windows color (decimal): -4525694 or 8581562. OLE color: 8581562.

HSL color Cylindrical-coordinate representation of color #BAF182: hue angle of 89.73º 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 #BAF182 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB186241130-
CMYK0.2300.460.05
HSL89.73º79.86%72.75%-
HSV(B)89.73º46.06%94.51%-
XYZ55.7374.9632.65-
YUV211.981.78109.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 241 (94.53% from 255) = 43.27%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=33.39%
G=43.27%
B=23.34%

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
Decimal1862411300.2300.460.0589.7379.8672.75
HexBAF1821702E55a5049
Octal272361202270565132120111
Binary101110101111000110000010101110101110101101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF182; }

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

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

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

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

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

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

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

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