#838614

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

Shades of Trendy Green #838614

Tints of Trendy Green #838614

Color information

#838614 (or 0x838614) is unknown color: approx Trendy Green. HEX triplet: 83, 86 and 14. RGB value is (131,134,20). Sum of RGB (Red+Green+Blue) = 131+134+20=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #838614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838614 is #7C79EB. Grayscale: #787878. Windows color (decimal): -8157676 or 1345155. OLE color: 1345155.

HSL color Cylindrical-coordinate representation of color #838614: hue angle of 61.58º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #838614 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13113420-
CMYK0.0200.850.47
HSL61.58º74.03%30.2%-
HSV(B)61.58º85.07%52.55%-
XYZ18.0121.933.94-
YUV120.1171.51135.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=45.96%
G=47.02%
B=7.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134200.0200.850.4761.5874.0330.2
Hex83861420552F3e4a1e
Octal2032062420125577611236
Binary1000001110000110101001001010101101111111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838614; }

 p { color: rgb(131,134,20); }

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

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

 a { background-color: rgb(131,134,20); }

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

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

 span { border-color: rgb(131,134,20); }

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