#BADA8A

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

Shades of Sulu #BADA8A

Tints of Sulu #BADA8A

Color information

#BADA8A (or 0xBADA8A) is unknown color: approx Sulu. HEX triplet: BA, DA and 8A. RGB value is (186,218,138). Sum of RGB (Red+Green+Blue) = 186+218+138=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA8A is #452575. Grayscale: #C7C7C7. Windows color (decimal): -4531574 or 9099962. OLE color: 9099962.

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

Color convert

RGB186218138-
CMYK0.1500.370.15
HSL84º51.95%69.8%-
HSV(B)84º36.7%85.49%-
XYZ49.9162.4233.46-
YUV199.3193.4118.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=34.32%
G=40.22%
B=25.46%

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
Decimal1862181380.1500.370.158451.9569.8
HexBADA8AF025F543446
Octal272332212170451712464106
Binary10111010110110101000101011110100101111110101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA8A; }

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

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

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

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

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

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

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

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