Html Css Color HEX #828820 Trendy Green

📋 copy color: '#828820'

red 130 ◦ green 136 ◦ blue 32

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

Shades of Trendy Green #828820

Tints of Trendy Green #828820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.64%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 43.62%
G = 45.64%
B = 10.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#828820 (or 0x828820) is known color: Trendy Green. HEX triplet: 82, 88 and 20. RGB value is (130,136,32). Sum of RGB (Red+Green+Blue) = 130+136+32=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #828820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828820 is #7D77DF. Grayscale: #7A7A7A. Windows color (decimal): -8222688 or 2132098. OLE color: 2132098.

HSL color Cylindrical-coordinate representation of color #828820: hue angle of 63.46º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #828820 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 32 -
CMYK 0.04 0 0.76 0.47
HSL 63.46º 0.62% 0.33% -
HSV(B) 63.46º 0.76% 0.53% -
XYZ 18.27 22.46 4.74 -
YUV 122.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 130 136 32 0.04 0 0.76 0.47 63.46 0.62 0.33
Hex 82 88 20 4 0 4C 2F 3F 3E 21
Octal 202 210 40 4 0 114 57 77 76 41
Binary 10000010 10001000 100000 100 0 1001100 101111 111111 111110 100001

Color Harmonies of #828820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828820

Black with #828820

Text Example


Text Example

White with #828820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828820; }

 p { color: rgb(130,136,32); }

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

background-color css

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

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

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

border-color css

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

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

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