#B8C6AA

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

Shades of Pixie Green #B8C6AA

Tints of Pixie Green #B8C6AA

Color information

#B8C6AA (or 0xB8C6AA) is unknown color: approx Pixie Green. HEX triplet: B8, C6 and AA. RGB value is (184,198,170). Sum of RGB (Red+Green+Blue) = 184+198+170=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C6AA is #473955. Grayscale: #BEBEBE. Windows color (decimal): -4667734 or 11191992. OLE color: 11191992.

HSL color Cylindrical-coordinate representation of color #B8C6AA: hue angle of 90º 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 #B8C6AA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB184198170-
CMYK0.0700.140.22
HSL90º19.72%72.16%-
HSV(B)90º14.14%77.65%-
XYZ47.2253.4845.86-
YUV190.62116.36123.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=33.33%
G=35.87%
B=30.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841981700.0700.140.229019.7272.16
HexB8C6AA70E165a1448
Octal27030625270162613224110
Binary10111000110001101010101011101110101101011010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C6AA; }

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

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

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

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

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

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

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

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