Html Css Color HEX #828913 Trendy Green

📋 copy color: '#828913'

red 130 ◦ green 137 ◦ blue 19

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

Shades of Trendy Green #828913

Tints of Trendy Green #828913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 45.45%
G = 47.9%
B = 6.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#828913 (or 0x828913) is known color: Trendy Green. HEX triplet: 82, 89 and 13. RGB value is (130,137,19). Sum of RGB (Red+Green+Blue) = 130+137+19=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #828913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828913 is #7D76EC. Grayscale: #797979. Windows color (decimal): -8222445 or 1280386. OLE color: 1280386.

HSL color Cylindrical-coordinate representation of color #828913: hue angle of 63.56º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #828913 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 19 -
CMYK 0.05 0 0.86 0.46
HSL 63.56º 0.76% 0.31% -
HSV(B) 63.56º 0.86% 0.54% -
XYZ 18.27 22.68 4.03 -
YUV 121.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 130 137 19 0.05 0 0.86 0.46 63.56 0.76 0.31
Hex 82 89 13 5 0 56 2E 40 4C 1F
Octal 202 211 23 5 0 126 56 100 114 37
Binary 10000010 10001001 10011 101 0 1010110 101110 1000000 1001100 11111

Color Harmonies of #828913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828913

Black with #828913

Text Example


Text Example

White with #828913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828913; }

 p { color: rgb(130,137,19); }

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

background-color css

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

 a { background-color: rgb(130,137,19); }

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

border-color css

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

 span { border-color: rgb(130,137,19); }

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