Html Css Color HEX #827A16 Trendy Green

📋 copy color: '#827A16'

red 130 ◦ green 122 ◦ blue 22

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

Shades of Trendy Green #827A16

Tints of Trendy Green #827A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.53%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 47.45%
G = 44.53%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#827A16 (or 0x827A16) is known color: Trendy Green. HEX triplet: 82, 7A and 16. RGB value is (130,122,22). Sum of RGB (Red+Green+Blue) = 130+122+22=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #827A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A16 is #7D85E9. Grayscale: #717171. Windows color (decimal): -8226282 or 1473154. OLE color: 1473154.

HSL color Cylindrical-coordinate representation of color #827A16: hue angle of 55.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #827A16 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 22 -
CMYK 0 0.06 0.83 0.49
HSL 55.56º 0.71% 0.3% -
HSV(B) 55.56º 0.83% 0.51% -
XYZ 16.31 18.72 3.51 -
YUV 112.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 130 122 22 0 0.06 0.83 0.49 55.56 0.71 0.3
Hex 82 7A 16 0 6 53 31 38 47 1E
Octal 202 172 26 0 6 123 61 70 107 36
Binary 10000010 1111010 10110 0 110 1010011 110001 111000 1000111 11110

Color Harmonies of #827A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A16

Black with #827A16

Text Example


Text Example

White with #827A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,22); }

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

background-color css

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

 a { background-color: rgb(130,122,22); }

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

border-color css

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

 span { border-color: rgb(130,122,22); }

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