#BAD889

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

Shades of Sulu #BAD889

Tints of Sulu #BAD889

Color information

#BAD889 (or 0xBAD889) is unknown color: approx Sulu. HEX triplet: BA, D8 and 89. RGB value is (186,216,137). Sum of RGB (Red+Green+Blue) = 186+216+137=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD889 is #452776. Grayscale: #C6C6C6. Windows color (decimal): -4532087 or 9033914. OLE color: 9033914.

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

Color convert

RGB186216137-
CMYK0.1400.370.15
HSL82.78º50.32%69.22%-
HSV(B)82.78º36.57%84.71%-
XYZ49.3261.3632.91-
YUV198.0293.56119.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 137 (53.91% from 255) = 25.42%
R=34.51%
G=40.07%
B=25.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161370.1400.370.1582.7850.3269.22
HexBAD889E025F533245
Octal272330211160451712362105
Binary10111010110110001000100111100100101111110100111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD889; }

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

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

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

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

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

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

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

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