#BADD9A

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

Shades of Pixie Green #BADD9A

Tints of Pixie Green #BADD9A

Color information

#BADD9A (or 0xBADD9A) is unknown color: approx Pixie Green. HEX triplet: BA, DD and 9A. RGB value is (186,221,154). Sum of RGB (Red+Green+Blue) = 186+221+154=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD9A is #452265. Grayscale: #CBCBCB. Windows color (decimal): -4530790 or 10149306. OLE color: 10149306.

HSL color Cylindrical-coordinate representation of color #BADD9A: hue angle of 91.34º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADD9A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB186221154-
CMYK0.1600.300.13
HSL91.34º49.63%73.53%-
HSV(B)91.34º30.32%86.67%-
XYZ51.9464.4940.28-
YUV202.9100.4115.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=33.16%
G=39.39%
B=27.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211540.1600.300.1391.3449.6373.53
HexBADD9A1001ED5b324a
Octal272335232200361513362112
Binary10111010110111011001101010000011110110110110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD9A; }

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

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

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

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

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

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

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

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