#BAD989

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

Shades of Sulu #BAD989

Tints of Sulu #BAD989

Color information

#BAD989 (or 0xBAD989) is unknown color: approx Sulu. HEX triplet: BA, D9 and 89. RGB value is (186,217,137). Sum of RGB (Red+Green+Blue) = 186+217+137=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD989 is #452676. Grayscale: #C6C6C6. Windows color (decimal): -4531831 or 9034170. OLE color: 9034170.

HSL color Cylindrical-coordinate representation of color #BAD989: hue angle of 83.25º degrees, saturation: 0.51, 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 #BAD989 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB186217137-
CMYK0.1400.370.15
HSL83.25º51.28%69.41%-
HSV(B)83.25º36.87%85.1%-
XYZ49.5861.8733-
YUV198.6193.23119-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 137 (53.91% from 255) = 25.37%
R=34.44%
G=40.19%
B=25.37%

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
Decimal1862171370.1400.370.1583.2551.2869.41
HexBAD989E025F533345
Octal272331211160451712363105
Binary10111010110110011000100111100100101111110100111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD989; }

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

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

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

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

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

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

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

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