#B7CBAB

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

Shades of Pixie Green #B7CBAB

Tints of Pixie Green #B7CBAB

Color information

#B7CBAB (or 0xB7CBAB) is unknown color: approx Pixie Green. HEX triplet: B7, CB and AB. RGB value is (183,203,171). Sum of RGB (Red+Green+Blue) = 183+203+171=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CBAB is #483454. Grayscale: #C1C1C1. Windows color (decimal): -4731989 or 11258807. OLE color: 11258807.

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

Color convert

RGB183203171-
CMYK0.1000.160.20
HSL97.5º23.53%73.33%-
HSV(B)97.5º15.76%79.61%-
XYZ48.2455.7246.74-
YUV193.37115.37120.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=32.85%
G=36.45%
B=30.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031710.1000.160.2097.523.5373.33
HexB7CBABA01014611849
Octal267313253120202414130111
Binary1011011111001011101010111010010000101001100001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBAB; }

 p { color: rgb(183,203,171); }

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

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

 a { background-color: rgb(183,203,171); }

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

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

 span { border-color: rgb(183,203,171); }

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