#B3CDA1

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

Shades of Pixie Green #B3CDA1

Tints of Pixie Green #B3CDA1

Color information

#B3CDA1 (or 0xB3CDA1) is unknown color: approx Pixie Green. HEX triplet: B3, CD and A1. RGB value is (179,205,161). Sum of RGB (Red+Green+Blue) = 179+205+161=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CDA1 is #4C325E. Grayscale: #C0C0C0. Windows color (decimal): -4993631 or 10603955. OLE color: 10603955.

HSL color Cylindrical-coordinate representation of color #B3CDA1: hue angle of 95.45º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3CDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB179205161-
CMYK0.1300.210.20
HSL95.45º30.56%71.76%-
HSV(B)95.45º21.46%80.39%-
XYZ46.8555.8242.02-
YUV192.21110.39118.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=32.84%
G=37.61%
B=29.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792051610.1300.210.2095.4530.5671.76
HexB3CDA1D015145f1f48
Octal263315241150252413737110
Binary1011001111001101101000011101010101101001011111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDA1; }

 p { color: rgb(179,205,161); }

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

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

 a { background-color: rgb(179,205,161); }

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

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

 span { border-color: rgb(179,205,161); }

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