#BAD4A5

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

Shades of Pixie Green #BAD4A5

Tints of Pixie Green #BAD4A5

Color information

#BAD4A5 (or 0xBAD4A5) is unknown color: approx Pixie Green. HEX triplet: BA, D4 and A5. RGB value is (186,212,165). Sum of RGB (Red+Green+Blue) = 186+212+165=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD4A5 is #452B5A. Grayscale: #C7C7C7. Windows color (decimal): -4533083 or 10867898. OLE color: 10867898.

HSL color Cylindrical-coordinate representation of color #BAD4A5: hue angle of 93.19º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD4A5 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB186212165-
CMYK0.1200.220.17
HSL93.19º35.34%73.92%-
HSV(B)93.19º22.17%83.14%-
XYZ50.5860.2444.56-
YUV198.87108.89118.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=33.04%
G=37.66%
B=29.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121650.1200.220.1793.1935.3473.92
HexBAD4A5C016115d234a
Octal272324245140262113543112
Binary10111010110101001010010111000101101000110111011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4A5; }

 p { color: rgb(186,212,165); }

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

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

 a { background-color: rgb(186,212,165); }

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

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

 span { border-color: rgb(186,212,165); }

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