Html Css Color HEX #828316 Trendy Green

📋 copy color: '#828316'

red 130 ◦ green 131 ◦ blue 22

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

Shades of Trendy Green #828316

Tints of Trendy Green #828316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

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

R = 45.94%
G = 46.29%
B = 7.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#828316 (or 0x828316) is known color: Trendy Green. HEX triplet: 82, 83 and 16. RGB value is (130,131,22). Sum of RGB (Red+Green+Blue) = 130+131+22=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #828316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828316 is #7D7CE9. Grayscale: #767676. Windows color (decimal): -8223978 or 1475458. OLE color: 1475458.

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

Color convert

RGB 130 131 22 -
CMYK 0.01 0 0.83 0.49
HSL 60.55º 0.71% 0.3% -
HSV(B) 60.55º 0.83% 0.51% -
XYZ 17.47 21.04 3.9 -
YUV 118.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 130 131 22 0.01 0 0.83 0.49 60.55 0.71 0.3
Hex 82 83 16 1 0 53 31 3D 47 1E
Octal 202 203 26 1 0 123 61 75 107 36
Binary 10000010 10000011 10110 1 0 1010011 110001 111101 1000111 11110

Color Harmonies of #828316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828316

Black with #828316

Text Example


Text Example

White with #828316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828316; }

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

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

background-color css

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

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

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

border-color css

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

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

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