#B3CAA4

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

Shades of Pixie Green #B3CAA4

Tints of Pixie Green #B3CAA4

Color information

#B3CAA4 (or 0xB3CAA4) is unknown color: approx Pixie Green. HEX triplet: B3, CA and A4. RGB value is (179,202,164). Sum of RGB (Red+Green+Blue) = 179+202+164=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CAA4 is #4C355B. Grayscale: #BEBEBE. Windows color (decimal): -4994396 or 10799795. OLE color: 10799795.

HSL color Cylindrical-coordinate representation of color #B3CAA4: hue angle of 96.32º degrees, saturation: 0.26, 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 #B3CAA4 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB179202164-
CMYK0.1100.190.21
HSL96.32º26.39%71.76%-
HSV(B)96.32º18.81%79.22%-
XYZ46.4154.5143.2-
YUV190.79112.88119.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=32.84%
G=37.06%
B=30.09%

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
Decimal1792021640.1100.190.2196.3226.3971.76
HexB3CAA4B01315601a48
Octal263312244130232514032110
Binary1011001111001010101001001011010011101011100000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAA4; }

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

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

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

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

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

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

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

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