#B3CAA7

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

Shades of Pixie Green #B3CAA7

Tints of Pixie Green #B3CAA7

Color information

#B3CAA7 (or 0xB3CAA7) is unknown color: approx Pixie Green. HEX triplet: B3, CA and A7. RGB value is (179,202,167). Sum of RGB (Red+Green+Blue) = 179+202+167=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CAA7 is #4C3558. Grayscale: #BFBFBF. Windows color (decimal): -4994393 or 10996403. OLE color: 10996403.

HSL color Cylindrical-coordinate representation of color #B3CAA7: hue angle of 99.43º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3CAA7 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB179202167-
CMYK0.1100.170.21
HSL99.43º24.82%72.35%-
HSV(B)99.43º17.33%79.22%-
XYZ46.6954.6144.64-
YUV191.13114.38119.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=32.66%
G=36.86%
B=30.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021670.1100.170.2199.4324.8272.35
HexB3CAA7B01115631948
Octal263312247130212514331110
Binary1011001111001010101001111011010001101011100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAA7; }

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

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

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

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

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

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

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

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