Html Css Color HEX #828014 Trendy Green

📋 copy color: '#828014'

red 130 ◦ green 128 ◦ blue 20

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

Shades of Trendy Green #828014

Tints of Trendy Green #828014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 46.76%
G = 46.04%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#828014 (or 0x828014) is known color: Trendy Green. HEX triplet: 82, 80 and 14. RGB value is (130,128,20). Sum of RGB (Red+Green+Blue) = 130+128+20=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #828014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828014 is #7D7FEB. Grayscale: #747474. Windows color (decimal): -8224748 or 1343618. OLE color: 1343618.

HSL color Cylindrical-coordinate representation of color #828014: hue angle of 58.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #828014 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 20 -
CMYK 0 0.02 0.85 0.49
HSL 58.91º 0.73% 0.29% -
HSV(B) 58.91º 0.85% 0.51% -
XYZ 17.05 20.23 3.67 -
YUV 116.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 130 128 20 0 0.02 0.85 0.49 58.91 0.73 0.29
Hex 82 80 14 0 2 55 31 3B 49 1D
Octal 202 200 24 0 2 125 61 73 111 35
Binary 10000010 10000000 10100 0 10 1010101 110001 111011 1001001 11101

Color Harmonies of #828014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828014

Black with #828014

Text Example


Text Example

White with #828014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828014; }

 p { color: rgb(130,128,20); }

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

background-color css

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

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

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

border-color css

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

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

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