Html Css Color HEX #828815 Trendy Green

📋 copy color: '#828815'

red 130 ◦ green 136 ◦ blue 21

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

Shades of Trendy Green #828815

Tints of Trendy Green #828815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 45.3%
G = 47.39%
B = 7.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#828815 (or 0x828815) is known color: Trendy Green. HEX triplet: 82, 88 and 15. RGB value is (130,136,21). Sum of RGB (Red+Green+Blue) = 130+136+21=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #828815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828815 is #7D77EA. Grayscale: #797979. Windows color (decimal): -8222699 or 1411202. OLE color: 1411202.

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

Color convert

RGB 130 136 21 -
CMYK 0.04 0 0.85 0.47
HSL 63.13º 0.73% 0.31% -
HSV(B) 63.13º 0.85% 0.53% -
XYZ 18.15 22.41 4.08 -
YUV 121.1 71.51 134.35 -
System Red Green Blue C M Y K H S L
Decimal 130 136 21 0.04 0 0.85 0.47 63.13 0.73 0.31
Hex 82 88 15 4 0 55 2F 3F 49 1F
Octal 202 210 25 4 0 125 57 77 111 37
Binary 10000010 10001000 10101 100 0 1010101 101111 111111 1001001 11111

Color Harmonies of #828815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828815

Black with #828815

Text Example


Text Example

White with #828815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828815; }

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

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

background-color css

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

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

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

border-color css

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

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

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