#BAD99A

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

Shades of Pixie Green #BAD99A

Tints of Pixie Green #BAD99A

Color information

#BAD99A (or 0xBAD99A) is unknown color: approx Pixie Green. HEX triplet: BA, D9 and 9A. RGB value is (186,217,154). Sum of RGB (Red+Green+Blue) = 186+217+154=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD99A is #452665. Grayscale: #C8C8C8. Windows color (decimal): -4531814 or 10148282. OLE color: 10148282.

HSL color Cylindrical-coordinate representation of color #BAD99A: hue angle of 89.52º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAD99A is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB186217154-
CMYK0.1400.290.15
HSL89.52º45.32%72.75%-
HSV(B)89.52º29.03%85.1%-
XYZ50.962.439.93-
YUV200.55101.73117.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=33.39%
G=38.96%
B=27.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171540.1400.290.1589.5245.3272.75
HexBAD99AE01DF5a2d49
Octal272331232160351713255111
Binary1011101011011001100110101110011101111110110101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD99A; }

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

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

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

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

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

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

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

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