#BADD84

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

Shades of Sulu #BADD84

Tints of Sulu #BADD84

Color information

#BADD84 (or 0xBADD84) is unknown color: approx Sulu. HEX triplet: BA, DD and 84. RGB value is (186,221,132). Sum of RGB (Red+Green+Blue) = 186+221+132=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD84 is #45227B. Grayscale: #C8C8C8. Windows color (decimal): -4530812 or 8707514. OLE color: 8707514.

HSL color Cylindrical-coordinate representation of color #BADD84: hue angle of 83.6º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BADD84 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB186221132-
CMYK0.1600.400.13
HSL83.6º56.69%69.22%-
HSV(B)83.6º40.27%86.67%-
XYZ50.2763.8231.5-
YUV200.3989.4117.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 132 (51.95% from 255) = 24.49%
R=34.51%
G=41.00%
B=24.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211320.1600.400.1383.656.6969.22
HexBADD8410028D543945
Octal272335204200501512471105
Binary101110101101110110000100100000101000110110101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD84; }

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

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

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

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

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

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

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

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