#BAD884

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

Shades of Sulu #BAD884

Tints of Sulu #BAD884

Color information

#BAD884 (or 0xBAD884) is unknown color: approx Sulu. HEX triplet: BA, D8 and 84. RGB value is (186,216,132). Sum of RGB (Red+Green+Blue) = 186+216+132=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD884 is #45277B. Grayscale: #C5C5C5. Windows color (decimal): -4532092 or 8706234. OLE color: 8706234.

HSL color Cylindrical-coordinate representation of color #BAD884: hue angle of 81.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAD884 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB186216132-
CMYK0.1400.390.15
HSL81.43º51.85%68.24%-
HSV(B)81.43º38.89%84.71%-
XYZ48.9761.2231.06-
YUV197.4591.06119.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 132 (51.95% from 255) = 24.72%
R=34.83%
G=40.45%
B=24.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161320.1400.390.1581.4351.8568.24
HexBAD884E027F513444
Octal272330204160471712164104
Binary10111010110110001000010011100100111111110100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD884; }

 p { color: rgb(186,216,132); }

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

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

 a { background-color: rgb(186,216,132); }

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

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

 span { border-color: rgb(186,216,132); }

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