#B6CEA1

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

Shades of Pixie Green #B6CEA1

Tints of Pixie Green #B6CEA1

Color information

#B6CEA1 (or 0xB6CEA1) is unknown color: approx Pixie Green. HEX triplet: B6, CE and A1. RGB value is (182,206,161). Sum of RGB (Red+Green+Blue) = 182+206+161=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CEA1 is #49315E. Grayscale: #C1C1C1. Windows color (decimal): -4796767 or 10604214. OLE color: 10604214.

HSL color Cylindrical-coordinate representation of color #B6CEA1: hue angle of 92º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6CEA1 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB182206161-
CMYK0.1200.220.19
HSL92º31.47%71.96%-
HSV(B)92º21.84%80.78%-
XYZ47.856.6642.14-
YUV193.69109.55119.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 161 (63.28% from 255) = 29.33%
R=33.15%
G=37.52%
B=29.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061610.1200.220.199231.4771.96
HexB6CEA1C016135c1f48
Octal266316241140262313437110
Binary1011011011001110101000011100010110100111011100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEA1; }

 p { color: rgb(182,206,161); }

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

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

 a { background-color: rgb(182,206,161); }

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

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

 span { border-color: rgb(182,206,161); }

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