#B3CAA6

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

Shades of Pixie Green #B3CAA6

Tints of Pixie Green #B3CAA6

Color information

#B3CAA6 (or 0xB3CAA6) is unknown color: approx Pixie Green. HEX triplet: B3, CA and A6. RGB value is (179,202,166). Sum of RGB (Red+Green+Blue) = 179+202+166=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CAA6 is #4C3559. Grayscale: #BFBFBF. Windows color (decimal): -4994394 or 10930867. OLE color: 10930867.

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

Color convert

RGB179202166-
CMYK0.1100.180.21
HSL98.33º25.35%72.16%-
HSV(B)98.33º17.82%79.22%-
XYZ46.5954.5844.16-
YUV191.02113.88119.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=32.72%
G=36.93%
B=30.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021660.1100.180.2198.3325.3572.16
HexB3CAA6B01215621948
Octal263312246130222514231110
Binary1011001111001010101001101011010010101011100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAA6; }

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

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

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

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

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

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

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

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