#B8CCAB

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

Shades of Pixie Green #B8CCAB

Tints of Pixie Green #B8CCAB

Color information

#B8CCAB (or 0xB8CCAB) is unknown color: approx Pixie Green. HEX triplet: B8, CC and AB. RGB value is (184,204,171). Sum of RGB (Red+Green+Blue) = 184+204+171=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCAB is #473354. Grayscale: #C2C2C2. Windows color (decimal): -4666197 or 11259064. OLE color: 11259064.

HSL color Cylindrical-coordinate representation of color #B8CCAB: hue angle of 96.36º 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 #B8CCAB is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB184204171-
CMYK0.1000.160.2
HSL96.36º24.44%73.53%-
HSV(B)96.36º16.18%80%-
XYZ48.7156.3246.83-
YUV194.26114.87120.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=32.92%
G=36.49%
B=30.59%

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
Decimal1842041710.1000.160.296.3624.4473.53
HexB8CCABA0101460184a
Octal270314253120202414030112
Binary1011100011001100101010111010010000101001100000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCAB; }

 p { color: rgb(184,204,171); }

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

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

 a { background-color: rgb(184,204,171); }

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

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

 span { border-color: rgb(184,204,171); }

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