#B7CCAC

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

Shades of Pixie Green #B7CCAC

Tints of Pixie Green #B7CCAC

Color information

#B7CCAC (or 0xB7CCAC) is unknown color: approx Pixie Green. HEX triplet: B7, CC and AC. RGB value is (183,204,172). Sum of RGB (Red+Green+Blue) = 183+204+172=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CCAC is #483353. Grayscale: #C2C2C2. Windows color (decimal): -4731732 or 11324599. OLE color: 11324599.

HSL color Cylindrical-coordinate representation of color #B7CCAC: hue angle of 99.37º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7CCAC is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB183204172-
CMYK0.1000.160.2
HSL99.37º23.88%73.73%-
HSV(B)99.37º15.69%80%-
XYZ48.5756.2347.32-
YUV194.07115.54120.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=32.74%
G=36.49%
B=30.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041720.1000.160.299.3723.8873.73
HexB7CCACA0101463184a
Octal267314254120202414330112
Binary1011011111001100101011001010010000101001100011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCAC; }

 p { color: rgb(183,204,172); }

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

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

 a { background-color: rgb(183,204,172); }

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

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

 span { border-color: rgb(183,204,172); }

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