Html Css Color HEX #827C14 Trendy Green

📋 copy color: '#827C14'

red 130 ◦ green 124 ◦ blue 20

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

Shades of Trendy Green #827C14

Tints of Trendy Green #827C14

RGB

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

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

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

R = 47.45%
G = 45.26%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827C14 (or 0x827C14) is known color: Trendy Green. HEX triplet: 82, 7C and 14. RGB value is (130,124,20). Sum of RGB (Red+Green+Blue) = 130+124+20=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #827C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C14 is #7D83EB. Grayscale: #727272. Windows color (decimal): -8225772 or 1342594. OLE color: 1342594.

HSL color Cylindrical-coordinate representation of color #827C14: hue angle of 56.73º 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 #827C14 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 20 -
CMYK 0 0.05 0.85 0.49
HSL 56.73º 0.73% 0.29% -
HSV(B) 56.73º 0.85% 0.51% -
XYZ 16.54 19.21 3.5 -
YUV 113.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 130 124 20 0 0.05 0.85 0.49 56.73 0.73 0.29
Hex 82 7C 14 0 5 55 31 39 49 1D
Octal 202 174 24 0 5 125 61 71 111 35
Binary 10000010 1111100 10100 0 101 1010101 110001 111001 1001001 11101

Color Harmonies of #827C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C14

Black with #827C14

Text Example


Text Example

White with #827C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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