#B3CAA3

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

Shades of Pixie Green #B3CAA3

Tints of Pixie Green #B3CAA3

Color information

#B3CAA3 (or 0xB3CAA3) is unknown color: approx Pixie Green. HEX triplet: B3, CA and A3. RGB value is (179,202,163). Sum of RGB (Red+Green+Blue) = 179+202+163=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CAA3 is #4C355C. Grayscale: #BEBEBE. Windows color (decimal): -4994397 or 10734259. OLE color: 10734259.

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

Color convert

RGB179202163-
CMYK0.1100.190.21
HSL95.38º26.9%71.57%-
HSV(B)95.38º19.31%79.22%-
XYZ46.3254.4742.72-
YUV190.68112.38119.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 163 (64.06% from 255) = 29.96%
R=32.90%
G=37.13%
B=29.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021630.1100.190.2195.3826.971.57
HexB3CAA3B013155f1b48
Octal263312243130232513733110
Binary1011001111001010101000111011010011101011011111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAA3; }

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

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

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

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

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

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

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

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