Html Css Color HEX #828016 Trendy Green

📋 copy color: '#828016'

red 130 ◦ green 128 ◦ blue 22

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

Shades of Trendy Green #828016

Tints of Trendy Green #828016

RGB

 RED value IS 130 (51.17% from 255) = 46.43%

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 22 (8.98% from 255) = 7.86%

R = 46.43%
G = 45.71%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#828016 (or 0x828016) is known color: Trendy Green. HEX triplet: 82, 80 and 16. RGB value is (130,128,22). Sum of RGB (Red+Green+Blue) = 130+128+22=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #828016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828016 is #7D7FE9. Grayscale: #747474. Windows color (decimal): -8224746 or 1474690. OLE color: 1474690.

HSL color Cylindrical-coordinate representation of color #828016: hue angle of 58.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #828016 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 22 -
CMYK 0 0.02 0.83 0.49
HSL 58.89º 0.71% 0.3% -
HSV(B) 58.89º 0.83% 0.51% -
XYZ 17.07 20.24 3.77 -
YUV 116.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 130 128 22 0 0.02 0.83 0.49 58.89 0.71 0.3
Hex 82 80 16 0 2 53 31 3B 47 1E
Octal 202 200 26 0 2 123 61 73 107 36
Binary 10000010 10000000 10110 0 10 1010011 110001 111011 1000111 11110

Color Harmonies of #828016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828016

Black with #828016

Text Example


Text Example

White with #828016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828016; }

 p { color: rgb(130,128,22); }

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

background-color css

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

 a { background-color: rgb(130,128,22); }

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

border-color css

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

 span { border-color: rgb(130,128,22); }

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