#B4D49C

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

Shades of Pixie Green #B4D49C

Tints of Pixie Green #B4D49C

Color information

#B4D49C (or 0xB4D49C) is unknown color: approx Pixie Green. HEX triplet: B4, D4 and 9C. RGB value is (180,212,156). Sum of RGB (Red+Green+Blue) = 180+212+156=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D49C is #4B2B63. Grayscale: #C4C4C4. Windows color (decimal): -4926308 or 10278068. OLE color: 10278068.

HSL color Cylindrical-coordinate representation of color #B4D49C: hue angle of 94.29º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4D49C is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB180212156-
CMYK0.1500.260.17
HSL94.29º39.44%72.16%-
HSV(B)94.29º26.42%83.14%-
XYZ48.3759.1940.33-
YUV196.05105.4116.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 156 (61.33% from 255) = 28.47%
R=32.85%
G=38.69%
B=28.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802121560.1500.260.1794.2939.4472.16
HexB4D49CF01A115e2748
Octal264324234170322113647110
Binary10110100110101001001110011110110101000110111101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D49C; }

 p { color: rgb(180,212,156); }

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

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

 a { background-color: rgb(180,212,156); }

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

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

 span { border-color: rgb(180,212,156); }

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