#B3CCA2

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

Shades of Pixie Green #B3CCA2

Tints of Pixie Green #B3CCA2

Color information

#B3CCA2 (or 0xB3CCA2) is unknown color: approx Pixie Green. HEX triplet: B3, CC and A2. RGB value is (179,204,162). Sum of RGB (Red+Green+Blue) = 179+204+162=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CCA2 is #4C335D. Grayscale: #BFBFBF. Windows color (decimal): -4993886 or 10669235. OLE color: 10669235.

HSL color Cylindrical-coordinate representation of color #B3CCA2: hue angle of 95.71º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3CCA2 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB179204162-
CMYK0.1200.210.2
HSL95.71º29.17%71.76%-
HSV(B)95.71º20.59%80%-
XYZ46.755.3842.41-
YUV191.74111.22118.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=32.84%
G=37.43%
B=29.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041620.1200.210.295.7129.1771.76
HexB3CCA2C01514601d48
Octal263314242140252414035110
Binary1011001111001100101000101100010101101001100000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCA2; }

 p { color: rgb(179,204,162); }

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

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

 a { background-color: rgb(179,204,162); }

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

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

 span { border-color: rgb(179,204,162); }

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