#BADC9D

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

Shades of Pixie Green #BADC9D

Tints of Pixie Green #BADC9D

Color information

#BADC9D (or 0xBADC9D) is unknown color: approx Pixie Green. HEX triplet: BA, DC and 9D. RGB value is (186,220,157). Sum of RGB (Red+Green+Blue) = 186+220+157=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC9D is #452362. Grayscale: #CACACA. Windows color (decimal): -4531043 or 10345658. OLE color: 10345658.

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

Color convert

RGB186220157-
CMYK0.1500.290.14
HSL92.38º47.37%73.92%-
HSV(B)92.38º28.64%86.27%-
XYZ51.9364.0641.53-
YUV202.65102.24116.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=33.04%
G=39.08%
B=27.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201570.1500.290.1492.3847.3773.92
HexBADC9DF01DE5c2f4a
Octal272334235170351613457112
Binary1011101011011100100111011111011101111010111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC9D; }

 p { color: rgb(186,220,157); }

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

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

 a { background-color: rgb(186,220,157); }

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

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

 span { border-color: rgb(186,220,157); }

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