#B3C5A7

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

Shades of Pixie Green #B3C5A7

Tints of Pixie Green #B3C5A7

Color information

#B3C5A7 (or 0xB3C5A7) is unknown color: approx Pixie Green. HEX triplet: B3, C5 and A7. RGB value is (179,197,167). Sum of RGB (Red+Green+Blue) = 179+197+167=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5A7 is #4C3A58. Grayscale: #BCBCBC. Windows color (decimal): -4995673 or 10995123. OLE color: 10995123.

HSL color Cylindrical-coordinate representation of color #B3C5A7: hue angle of 96º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3C5A7 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB179197167-
CMYK0.0900.150.23
HSL96º20.55%71.37%-
HSV(B)96º15.23%77.25%-
XYZ45.5352.3144.26-
YUV188.2116.04121.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=32.97%
G=36.28%
B=30.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971670.0900.150.239620.5571.37
HexB3C5A790F17601547
Octal263305247110172714025107
Binary101100111100010110100111100101111101111100000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C5A7; }

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

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

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

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

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

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

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

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