#B3CCA7

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

Shades of Pixie Green #B3CCA7

Tints of Pixie Green #B3CCA7

Color information

#B3CCA7 (or 0xB3CCA7) is unknown color: approx Pixie Green. HEX triplet: B3, CC and A7. RGB value is (179,204,167). Sum of RGB (Red+Green+Blue) = 179+204+167=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CCA7 is #4C3358. Grayscale: #C0C0C0. Windows color (decimal): -4993881 or 10996915. OLE color: 10996915.

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

Color convert

RGB179204167-
CMYK0.1200.180.2
HSL100.54º26.62%72.75%-
HSV(B)100.54º18.14%80%-
XYZ47.1655.5644.8-
YUV192.31113.72118.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 167 (65.62% from 255) = 30.36%
R=32.55%
G=37.09%
B=30.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041670.1200.180.2100.5426.6272.75
HexB3CCA7C01214651b49
Octal263314247140222414533111
Binary1011001111001100101001111100010010101001100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCA7; }

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

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

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

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

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

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

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

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