#BAD6A0

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

Shades of Pixie Green #BAD6A0

Tints of Pixie Green #BAD6A0

Color information

#BAD6A0 (or 0xBAD6A0) is unknown color: approx Pixie Green. HEX triplet: BA, D6 and A0. RGB value is (186,214,160). Sum of RGB (Red+Green+Blue) = 186+214+160=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD6A0 is #45295F. Grayscale: #C7C7C7. Windows color (decimal): -4532576 or 10540730. OLE color: 10540730.

HSL color Cylindrical-coordinate representation of color #BAD6A0: hue angle of 91.11º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD6A0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB186214160-
CMYK0.1300.250.16
HSL91.11º39.71%73.33%-
HSV(B)91.11º25.23%83.92%-
XYZ50.6461.0742.38-
YUV199.47105.72118.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 160 (62.89% from 255) = 28.57%
R=33.21%
G=38.21%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141600.1300.250.1691.1139.7173.33
HexBAD6A0D019105b2849
Octal272326240150312013350111
Binary10111010110101101010000011010110011000010110111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6A0; }

 p { color: rgb(186,214,160); }

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

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

 a { background-color: rgb(186,214,160); }

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

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

 span { border-color: rgb(186,214,160); }

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