#838B2A

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

Shades of Trendy Green #838B2A

Tints of Trendy Green #838B2A

Color information

#838B2A (or 0x838B2A) is unknown color: approx Trendy Green. HEX triplet: 83, 8B and 2A. RGB value is (131,139,42). Sum of RGB (Red+Green+Blue) = 131+139+42=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #838B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B2A is #7C74D5. Grayscale: #7D7D7D. Windows color (decimal): -8156374 or 2788227. OLE color: 2788227.

HSL color Cylindrical-coordinate representation of color #838B2A: hue angle of 64.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #838B2A is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB13113942-
CMYK0.0600.700.45
HSL64.95º53.59%35.49%-
HSV(B)64.95º69.78%54.51%-
XYZ19.0123.465.72-
YUV125.5580.85131.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=41.99%
G=44.55%
B=13.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131139420.0600.700.4564.9553.5935.49
Hex838B2A60462D413623
Octal2032135260106551016643
Binary1000001110001011101010110010001101011011000001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B2A; }

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

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

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

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

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

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

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

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