#B4C6A6

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

Shades of Pixie Green #B4C6A6

Tints of Pixie Green #B4C6A6

Color information

#B4C6A6 (or 0xB4C6A6) is unknown color: approx Pixie Green. HEX triplet: B4, C6 and A6. RGB value is (180,198,166). Sum of RGB (Red+Green+Blue) = 180+198+166=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C6A6 is #4B3959. Grayscale: #BDBDBD. Windows color (decimal): -4929882 or 10929844. OLE color: 10929844.

HSL color Cylindrical-coordinate representation of color #B4C6A6: hue angle of 93.75º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4C6A6 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB180198166-
CMYK0.0900.160.22
HSL93.75º21.92%71.37%-
HSV(B)93.75º16.16%77.65%-
XYZ45.952.8443.86-
YUV188.97115.04121.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 166 (65.23% from 255) = 30.51%
R=33.09%
G=36.40%
B=30.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801981660.0900.160.2293.7521.9271.37
HexB4C6A69010165e1647
Octal264306246110202613626107
Binary1011010011000110101001101001010000101101011110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C6A6; }

 p { color: rgb(180,198,166); }

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

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

 a { background-color: rgb(180,198,166); }

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

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

 span { border-color: rgb(180,198,166); }

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