#BADA84

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

Shades of Sulu #BADA84

Tints of Sulu #BADA84

Color information

#BADA84 (or 0xBADA84) is unknown color: approx Sulu. HEX triplet: BA, DA and 84. RGB value is (186,218,132). Sum of RGB (Red+Green+Blue) = 186+218+132=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA84 is #45257B. Grayscale: #C6C6C6. Windows color (decimal): -4531580 or 8706746. OLE color: 8706746.

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

Color convert

RGB186218132-
CMYK0.1500.390.15
HSL82.33º53.75%68.63%-
HSV(B)82.33º39.45%85.49%-
XYZ49.4962.2531.24-
YUV198.6390.4118.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 132 (51.95% from 255) = 24.63%
R=34.70%
G=40.67%
B=24.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181320.1500.390.1582.3353.7568.63
HexBADA84F027F523645
Octal272332204170471712266105
Binary10111010110110101000010011110100111111110100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA84; }

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

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

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

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

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

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

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

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