#86925A

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

Shades of Bitter #86925A

Tints of Bitter #86925A

Color information

#86925A (or 0x86925A) is unknown color: approx Bitter. HEX triplet: 86, 92 and 5A. RGB value is (134,146,90). Sum of RGB (Red+Green+Blue) = 134+146+90=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #86925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86925A is #796DA5. Grayscale: #888888. Windows color (decimal): -7957926 or 5935750. OLE color: 5935750.

HSL color Cylindrical-coordinate representation of color #86925A: hue angle of 72.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86925A is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB13414690-
CMYK0.0800.380.43
HSL72.86º23.73%46.27%-
HSV(B)72.86º38.36%57.25%-
XYZ21.9626.3613.6-
YUV136.03102.02126.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=36.22%
G=39.46%
B=24.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146900.0800.380.4372.8623.7346.27
Hex86925A80262B49182e
Octal20622213210046531113056
Binary1000011010010010101101010000100110101011100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86925A; }

 p { color: rgb(134,146,90); }

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

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

 a { background-color: rgb(134,146,90); }

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

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

 span { border-color: rgb(134,146,90); }

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