#B7C6AA

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

Shades of Pixie Green #B7C6AA

Tints of Pixie Green #B7C6AA

Color information

#B7C6AA (or 0xB7C6AA) is unknown color: approx Pixie Green. HEX triplet: B7, C6 and AA. RGB value is (183,198,170). Sum of RGB (Red+Green+Blue) = 183+198+170=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C6AA is #483955. Grayscale: #BEBEBE. Windows color (decimal): -4733270 or 11191991. OLE color: 11191991.

HSL color Cylindrical-coordinate representation of color #B7C6AA: hue angle of 92.14º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7C6AA is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB183198170-
CMYK0.0800.140.22
HSL92.14º19.72%72.16%-
HSV(B)92.14º14.14%77.65%-
XYZ46.9853.3645.85-
YUV190.32116.53122.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=33.21%
G=35.93%
B=30.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831981700.0800.140.2292.1419.7272.16
HexB7C6AA80E165c1448
Octal267306252100162613424110
Binary101101111100011010101010100001110101101011100101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C6AA; }

 p { color: rgb(183,198,170); }

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

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

 a { background-color: rgb(183,198,170); }

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

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

 span { border-color: rgb(183,198,170); }

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