#B4CCA5

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

Shades of Pixie Green #B4CCA5

Tints of Pixie Green #B4CCA5

Color information

#B4CCA5 (or 0xB4CCA5) is unknown color: approx Pixie Green. HEX triplet: B4, CC and A5. RGB value is (180,204,165). Sum of RGB (Red+Green+Blue) = 180+204+165=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCA5 is #4B335A. Grayscale: #C0C0C0. Windows color (decimal): -4928347 or 10865844. OLE color: 10865844.

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

Color convert

RGB180204165-
CMYK0.1200.190.2
HSL96.92º27.66%72.35%-
HSV(B)96.92º19.12%80%-
XYZ47.2155.6143.84-
YUV192.38112.55119.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=32.79%
G=37.16%
B=30.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041650.1200.190.296.9227.6672.35
HexB4CCA5C01314611c48
Octal264314245140232414134110
Binary1011010011001100101001011100010011101001100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCA5; }

 p { color: rgb(180,204,165); }

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

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

 a { background-color: rgb(180,204,165); }

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

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

 span { border-color: rgb(180,204,165); }

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