#B9CFAC

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

Shades of Pixie Green #B9CFAC

Tints of Pixie Green #B9CFAC

Color information

#B9CFAC (or 0xB9CFAC) is unknown color: approx Pixie Green. HEX triplet: B9, CF and AC. RGB value is (185,207,172). Sum of RGB (Red+Green+Blue) = 185+207+172=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFAC is #463053. Grayscale: #C4C4C4. Windows color (decimal): -4599892 or 11325369. OLE color: 11325369.

HSL color Cylindrical-coordinate representation of color #B9CFAC: hue angle of 97.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9CFAC is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB185207172-
CMYK0.1100.170.19
HSL97.71º26.72%74.31%-
HSV(B)97.71º16.91%81.18%-
XYZ49.7757.9247.59-
YUV196.43114.21119.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=32.80%
G=36.70%
B=30.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071720.1100.170.1997.7126.7274.31
HexB9CFACB01113621b4a
Octal271317254130212314233112
Binary1011100111001111101011001011010001100111100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFAC; }

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

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

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

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

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

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

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

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