#B9C8AC

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

Shades of Pixie Green #B9C8AC

Tints of Pixie Green #B9C8AC

Color information

#B9C8AC (or 0xB9C8AC) is unknown color: approx Pixie Green. HEX triplet: B9, C8 and AC. RGB value is (185,200,172). Sum of RGB (Red+Green+Blue) = 185+200+172=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C8AC is #463753. Grayscale: #C0C0C0. Windows color (decimal): -4601684 or 11323577. OLE color: 11323577.

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

Color convert

RGB185200172-
CMYK0.0800.140.22
HSL92.14º20.29%72.94%-
HSV(B)92.14º14%78.43%-
XYZ48.1154.647.03-
YUV192.32116.53122.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=33.21%
G=35.91%
B=30.88%

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
Decimal1852001720.0800.140.2292.1420.2972.94
HexB9C8AC80E165c1449
Octal271310254100162613424111
Binary101110011100100010101100100001110101101011100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C8AC; }

 p { color: rgb(185,200,172); }

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

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

 a { background-color: rgb(185,200,172); }

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

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

 span { border-color: rgb(185,200,172); }

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