#B8CBAA

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

Shades of Pixie Green #B8CBAA

Tints of Pixie Green #B8CBAA

Color information

#B8CBAA (or 0xB8CBAA) is unknown color: approx Pixie Green. HEX triplet: B8, CB and AA. RGB value is (184,203,170). Sum of RGB (Red+Green+Blue) = 184+203+170=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CBAA is #473455. Grayscale: #C1C1C1. Windows color (decimal): -4666454 or 11193272. OLE color: 11193272.

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

Color convert

RGB184203170-
CMYK0.0900.160.20
HSL94.55º24.09%73.14%-
HSV(B)94.55º16.26%79.61%-
XYZ48.3855.846.25-
YUV193.56114.71121.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=33.03%
G=36.45%
B=30.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842031700.0900.160.2094.5524.0973.14
HexB8CBAA9010145f1849
Octal270313252110202413730111
Binary1011100011001011101010101001010000101001011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CBAA; }

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

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

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

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

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

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

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

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