#B4CBA2

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

Shades of Pixie Green #B4CBA2

Tints of Pixie Green #B4CBA2

Color information

#B4CBA2 (or 0xB4CBA2) is unknown color: approx Pixie Green. HEX triplet: B4, CB and A2. RGB value is (180,203,162). Sum of RGB (Red+Green+Blue) = 180+203+162=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CBA2 is #4B345D. Grayscale: #BFBFBF. Windows color (decimal): -4928606 or 10668980. OLE color: 10668980.

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

Color convert

RGB180203162-
CMYK0.1100.200.20
HSL93.66º28.28%71.57%-
HSV(B)93.66º20.2%79.61%-
XYZ46.755.0242.34-
YUV191.45111.38119.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=33.03%
G=37.25%
B=29.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031620.1100.200.2093.6628.2871.57
HexB4CBA2B014145e1c48
Octal264313242130242413634110
Binary1011010011001011101000101011010100101001011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBA2; }

 p { color: rgb(180,203,162); }

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

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

 a { background-color: rgb(180,203,162); }

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

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

 span { border-color: rgb(180,203,162); }

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