#818C5C

Color #818C5C Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #818C5C

Tints of Bitter #818C5C

Color information

#818C5C (or 0x818C5C) is unknown color: approx Bitter. HEX triplet: 81, 8C and 5C. RGB value is (129,140,92). Sum of RGB (Red+Green+Blue) = 129+140+92=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #818C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C5C is #7E73A3. Grayscale: #838383. Windows color (decimal): -8287140 or 6065281. OLE color: 6065281.

HSL color Cylindrical-coordinate representation of color #818C5C: hue angle of 73.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #818C5C is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB12914092-
CMYK0.0800.340.45
HSL73.75º20.69%45.49%-
HSV(B)73.75º34.29%54.9%-
XYZ20.3624.213.72-
YUV131.24105.86126.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=35.73%
G=38.78%
B=25.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129140920.0800.340.4573.7520.6945.49
Hex818C5C80222D4a152d
Octal20121413410042551122555
Binary1000000110001100101110010000100010101101100101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818C5C; }

 p { color: rgb(129,140,92); }

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

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

 a { background-color: rgb(129,140,92); }

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

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

 span { border-color: rgb(129,140,92); }

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