#BADA75

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

Shades of Sulu #BADA75

Tints of Sulu #BADA75

Color information

#BADA75 (or 0xBADA75) is unknown color: approx Sulu. HEX triplet: BA, DA and 75. RGB value is (186,218,117). Sum of RGB (Red+Green+Blue) = 186+218+117=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA75 is #45258A. Grayscale: #C5C5C5. Windows color (decimal): -4531595 or 7723706. OLE color: 7723706.

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

Color convert

RGB186218117-
CMYK0.1500.460.15
HSL79.01º57.71%65.69%-
HSV(B)79.01º46.33%85.49%-
XYZ48.5361.8726.21-
YUV196.9282.9120.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=35.70%
G=41.84%
B=22.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181170.1500.460.1579.0157.7165.69
HexBADA75F02EF4f3a42
Octal272332165170561711772102
Binary1011101011011010111010111110101110111110011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA75; }

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

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

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

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

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

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

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

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