#BADA89

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

Shades of Sulu #BADA89

Tints of Sulu #BADA89

Color information

#BADA89 (or 0xBADA89) is unknown color: approx Sulu. HEX triplet: BA, DA and 89. RGB value is (186,218,137). Sum of RGB (Red+Green+Blue) = 186+218+137=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA89 is #452576. Grayscale: #C7C7C7. Windows color (decimal): -4531575 or 9034426. OLE color: 9034426.

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

Color convert

RGB186218137-
CMYK0.1500.370.15
HSL83.7º52.26%69.61%-
HSV(B)83.7º37.16%85.49%-
XYZ49.8462.3933.08-
YUV199.292.9118.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 137 (53.91% from 255) = 25.32%
R=34.38%
G=40.30%
B=25.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181370.1500.370.1583.752.2669.61
HexBADA89F025F543446
Octal272332211170451712464106
Binary10111010110110101000100111110100101111110101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA89; }

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

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

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

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

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

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

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

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