#8A996B

Color #8A996B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8A996B

Tints of Chelsea Cucumber #8A996B

Color information

#8A996B (or 0x8A996B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 99 and 6B. RGB value is (138,153,107). Sum of RGB (Red+Green+Blue) = 138+153+107=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #8A996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A996B is #756694. Grayscale: #8F8F8F. Windows color (decimal): -7693973 or 7051658. OLE color: 7051658.

HSL color Cylindrical-coordinate representation of color #8A996B: hue angle of 79.57º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A996B is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB138153107-
CMYK0.1000.300.4
HSL79.57º18.4%50.98%-
HSV(B)79.57º30.07%60%-
XYZ24.5329.2518.26-
YUV143.27107.53124.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=34.67%
G=38.44%
B=26.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381531070.1000.300.479.5718.450.98
Hex8A996BA01E28501233
Octal21223115312036501202263
Binary100010101001100111010111010011110101000101000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A996B; }

 p { color: rgb(138,153,107); }

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

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

 a { background-color: rgb(138,153,107); }

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

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

 span { border-color: rgb(138,153,107); }

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