Html Css Color HEX #828616 Trendy Green

📋 copy color: '#828616'

red 130 ◦ green 134 ◦ blue 22

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

Shades of Trendy Green #828616

Tints of Trendy Green #828616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

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

R = 45.45%
G = 46.85%
B = 7.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#828616 (or 0x828616) is known color: Trendy Green. HEX triplet: 82, 86 and 16. RGB value is (130,134,22). Sum of RGB (Red+Green+Blue) = 130+134+22=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #828616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828616 is #7D79E9. Grayscale: #787878. Windows color (decimal): -8223210 or 1476226. OLE color: 1476226.

HSL color Cylindrical-coordinate representation of color #828616: hue angle of 62.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #828616 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 22 -
CMYK 0.03 0 0.84 0.47
HSL 62.14º 0.72% 0.31% -
HSV(B) 62.14º 0.84% 0.53% -
XYZ 17.88 21.85 4.04 -
YUV 120.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 130 134 22 0.03 0 0.84 0.47 62.14 0.72 0.31
Hex 82 86 16 3 0 54 2F 3E 48 1F
Octal 202 206 26 3 0 124 57 76 110 37
Binary 10000010 10000110 10110 11 0 1010100 101111 111110 1001000 11111

Color Harmonies of #828616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828616

Black with #828616

Text Example


Text Example

White with #828616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828616; }

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

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

background-color css

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

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

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

border-color css

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

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

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