#B3CEA5

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

Shades of Pixie Green #B3CEA5

Tints of Pixie Green #B3CEA5

Color information

#B3CEA5 (or 0xB3CEA5) is unknown color: approx Pixie Green. HEX triplet: B3, CE and A5. RGB value is (179,206,165). Sum of RGB (Red+Green+Blue) = 179+206+165=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CEA5 is #4C315A. Grayscale: #C1C1C1. Windows color (decimal): -4993371 or 10866355. OLE color: 10866355.

HSL color Cylindrical-coordinate representation of color #B3CEA5: hue angle of 99.51º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3CEA5 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB179206165-
CMYK0.1300.200.19
HSL99.51º29.5%72.75%-
HSV(B)99.51º19.9%80.78%-
XYZ47.4556.4443.99-
YUV193.25112.05117.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 165 (64.84% from 255) = 30%
R=32.55%
G=37.45%
B=30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061650.1300.200.1999.5129.572.75
HexB3CEA5D01413641d49
Octal263316245150242314435111
Binary1011001111001110101001011101010100100111100100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEA5; }

 p { color: rgb(179,206,165); }

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

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

 a { background-color: rgb(179,206,165); }

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

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

 span { border-color: rgb(179,206,165); }

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