#83892A

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

Shades of Trendy Green #83892A

Tints of Trendy Green #83892A

Color information

#83892A (or 0x83892A) is unknown color: approx Trendy Green. HEX triplet: 83, 89 and 2A. RGB value is (131,137,42). Sum of RGB (Red+Green+Blue) = 131+137+42=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #83892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83892A is #7C76D5. Grayscale: #7C7C7C. Windows color (decimal): -8156886 or 2787715. OLE color: 2787715.

HSL color Cylindrical-coordinate representation of color #83892A: hue angle of 63.79º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83892A is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB13113742-
CMYK0.0400.690.46
HSL63.79º53.07%35.1%-
HSV(B)63.79º69.34%53.73%-
XYZ18.7222.885.62-
YUV124.3881.51132.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 137 (53.91% from 255) = 44.19%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=42.26%
G=44.19%
B=13.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131137420.0400.690.4663.7953.0735.1
Hex83892A40452E403523
Octal2032115240105561006543
Binary1000001110001001101010100010001011011101000000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83892A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,137,42); }

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

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

 a { background-color: rgb(131,137,42); }

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

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

 span { border-color: rgb(131,137,42); }

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