Html Css Color HEX #838520 Trendy Green

📋 copy color: '#838520'

red 131 ◦ green 133 ◦ blue 32

#838520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #838520

Tints of Trendy Green #838520

RGB

 RED value IS 131 (51.56% from 255) = 44.26%

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 44.26%
G = 44.93%
B = 10.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#838520 (or 0x838520) is known color: Trendy Green. HEX triplet: 83, 85 and 20. RGB value is (131,133,32). Sum of RGB (Red+Green+Blue) = 131+133+32=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #838520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838520 is #7C7ADF. Grayscale: #797979. Windows color (decimal): -8157920 or 2131331. OLE color: 2131331.

HSL color Cylindrical-coordinate representation of color #838520: hue angle of 61.19º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #838520 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 32 -
CMYK 0.02 0 0.76 0.48
HSL 61.19º 0.61% 0.32% -
HSV(B) 61.19º 0.76% 0.52% -
XYZ 18.01 21.7 4.61 -
YUV 120.89 77.84 135.21 -
System Red Green Blue C M Y K H S L
Decimal 131 133 32 0.02 0 0.76 0.48 61.19 0.61 0.32
Hex 83 85 20 2 0 4C 30 3D 3D 20
Octal 203 205 40 2 0 114 60 75 75 40
Binary 10000011 10000101 100000 10 0 1001100 110000 111101 111101 100000

Color Harmonies of #838520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838520

Black with #838520

Text Example


Text Example

White with #838520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838520; }

 p { color: rgb(131,133,32); }

 H1.HeaderClassName
 {
   color: #838520;
 }
 .AnyTagClassName
 {
   color: #838520;
 }
</style>

background-color css

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

 a { background-color: rgb(131,133,32); }

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

border-color css

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

 span { border-color: rgb(131,133,32); }

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