Html Css Color HEX #828A16 Trendy Green

📋 copy color: '#828A16'

red 130 ◦ green 138 ◦ blue 22

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

Shades of Trendy Green #828A16

Tints of Trendy Green #828A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.59%

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

R = 44.83%
G = 47.59%
B = 7.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#828A16 (or 0x828A16) is known color: Trendy Green. HEX triplet: 82, 8A and 16. RGB value is (130,138,22). Sum of RGB (Red+Green+Blue) = 130+138+22=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #828A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828A16 is #7D75E9. Grayscale: #7A7A7A. Windows color (decimal): -8222186 or 1477250. OLE color: 1477250.

HSL color Cylindrical-coordinate representation of color #828A16: hue angle of 64.14º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #828A16 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 22 -
CMYK 0.06 0 0.84 0.46
HSL 64.14º 0.73% 0.31% -
HSV(B) 64.14º 0.84% 0.54% -
XYZ 18.44 22.98 4.22 -
YUV 122.38 71.35 133.43 -
System Red Green Blue C M Y K H S L
Decimal 130 138 22 0.06 0 0.84 0.46 64.14 0.73 0.31
Hex 82 8A 16 6 0 54 2E 40 48 1F
Octal 202 212 26 6 0 124 56 100 110 37
Binary 10000010 10001010 10110 110 0 1010100 101110 1000000 1001000 11111

Color Harmonies of #828A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A16

Black with #828A16

Text Example


Text Example

White with #828A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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