#B0C5A2

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

Shades of Pixie Green #B0C5A2

Tints of Pixie Green #B0C5A2

Color information

#B0C5A2 (or 0xB0C5A2) is unknown color: approx Pixie Green. HEX triplet: B0, C5 and A2. RGB value is (176,197,162). Sum of RGB (Red+Green+Blue) = 176+197+162=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C5A2 is #4F3A5D. Grayscale: #BABABA. Windows color (decimal): -5192286 or 10667440. OLE color: 10667440.

HSL color Cylindrical-coordinate representation of color #B0C5A2: hue angle of 96º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0C5A2 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB176197162-
CMYK0.1100.180.23
HSL96º23.18%70.39%-
HSV(B)96º17.77%77.25%-
XYZ44.3951.7741.84-
YUV186.73114.04120.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 162 (63.67% from 255) = 30.28%
R=32.90%
G=36.82%
B=30.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971620.1100.180.239623.1870.39
HexB0C5A2B01217601746
Octal260305242130222714027106
Binary1011000011000101101000101011010010101111100000101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5A2; }

 p { color: rgb(176,197,162); }

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

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

 a { background-color: rgb(176,197,162); }

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

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

 span { border-color: rgb(176,197,162); }

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