#BADD7A

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

Shades of Sulu #BADD7A

Tints of Sulu #BADD7A

Color information

#BADD7A (or 0xBADD7A) is unknown color: approx Sulu. HEX triplet: BA, DD and 7A. RGB value is (186,221,122). Sum of RGB (Red+Green+Blue) = 186+221+122=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD7A is #452285. Grayscale: #C7C7C7. Windows color (decimal): -4530822 or 8052154. OLE color: 8052154.

HSL color Cylindrical-coordinate representation of color #BADD7A: hue angle of 81.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BADD7A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB186221122-
CMYK0.1600.450.13
HSL81.21º59.28%67.25%-
HSV(B)81.21º44.8%86.67%-
XYZ49.6263.5628.06-
YUV199.2584.4118.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=35.16%
G=41.78%
B=23.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211220.1600.450.1381.2159.2867.25
HexBADD7A1002DD513b43
Octal272335172200551512173103
Binary10111010110111011111010100000101101110110100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD7A; }

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

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

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

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

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

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

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

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