Html Css Color HEX #827C20 Trendy Green

📋 copy color: '#827C20'

red 130 ◦ green 124 ◦ blue 32

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

Shades of Trendy Green #827C20

Tints of Trendy Green #827C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.36%

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

R = 45.45%
G = 43.36%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827C20 (or 0x827C20) is known color: Trendy Green. HEX triplet: 82, 7C and 20. RGB value is (130,124,32). Sum of RGB (Red+Green+Blue) = 130+124+32=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #827C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C20 is #7D83DF. Grayscale: #737373. Windows color (decimal): -8225760 or 2129026. OLE color: 2129026.

HSL color Cylindrical-coordinate representation of color #827C20: hue angle of 56.33º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #827C20 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 32 -
CMYK 0 0.05 0.75 0.49
HSL 56.33º 0.6% 0.32% -
HSV(B) 56.33º 0.75% 0.51% -
XYZ 16.67 19.27 4.21 -
YUV 115.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 130 124 32 0 0.05 0.75 0.49 56.33 0.6 0.32
Hex 82 7C 20 0 5 4B 31 38 3C 20
Octal 202 174 40 0 5 113 61 70 74 40
Binary 10000010 1111100 100000 0 101 1001011 110001 111000 111100 100000

Color Harmonies of #827C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C20

Black with #827C20

Text Example


Text Example

White with #827C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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