Html Css Color HEX #828516 Trendy Green

📋 copy color: '#828516'

red 130 ◦ green 133 ◦ blue 22

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

Shades of Trendy Green #828516

Tints of Trendy Green #828516

RGB

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

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

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

R = 45.61%
G = 46.67%
B = 7.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#828516 (or 0x828516) is known color: Trendy Green. HEX triplet: 82, 85 and 16. RGB value is (130,133,22). Sum of RGB (Red+Green+Blue) = 130+133+22=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #828516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828516 is #7D7AE9. Grayscale: #777777. Windows color (decimal): -8223466 or 1475970. OLE color: 1475970.

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

Color convert

RGB 130 133 22 -
CMYK 0.02 0 0.83 0.48
HSL 61.62º 0.72% 0.3% -
HSV(B) 61.62º 0.83% 0.52% -
XYZ 17.74 21.58 3.99 -
YUV 119.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 130 133 22 0.02 0 0.83 0.48 61.62 0.72 0.3
Hex 82 85 16 2 0 53 30 3E 48 1E
Octal 202 205 26 2 0 123 60 76 110 36
Binary 10000010 10000101 10110 10 0 1010011 110000 111110 1001000 11110

Color Harmonies of #828516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828516

Black with #828516

Text Example


Text Example

White with #828516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828516; }

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

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

background-color css

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

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

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

border-color css

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

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

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