Html Css Color HEX #828216 Trendy Green

📋 copy color: '#828216'

red 130 ◦ green 130 ◦ blue 22

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

Shades of Trendy Green #828216

Tints of Trendy Green #828216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.1%

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

R = 46.1%
G = 46.1%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#828216 (or 0x828216) is known color: Trendy Green. HEX triplet: 82, 82 and 16. RGB value is (130,130,22). Sum of RGB (Red+Green+Blue) = 130+130+22=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828216 is #7D7DE9. Grayscale: #767676. Windows color (decimal): -8224234 or 1475202. OLE color: 1475202.

HSL color Cylindrical-coordinate representation of color #828216: hue angle of 60º 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 #828216 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 22 -
CMYK 0 0 0.83 0.49
HSL 60º 0.71% 0.3% -
HSV(B) 60º 0.83% 0.51% -
XYZ 17.33 20.77 3.85 -
YUV 117.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 130 130 22 0 0 0.83 0.49 60 0.71 0.3
Hex 82 82 16 0 0 53 31 3C 47 1E
Octal 202 202 26 0 0 123 61 74 107 36
Binary 10000010 10000010 10110 0 0 1010011 110001 111100 1000111 11110

Color Harmonies of #828216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828216

Black with #828216

Text Example


Text Example

White with #828216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828216; }

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

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

background-color css

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

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

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

border-color css

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

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

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