Html Css Color HEX #828317 Trendy Green

📋 copy color: '#828317'

red 130 ◦ green 131 ◦ blue 23

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

Shades of Trendy Green #828317

Tints of Trendy Green #828317

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 45.77%
G = 46.13%
B = 8.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#828317 (or 0x828317) is known color: Trendy Green. HEX triplet: 82, 83 and 17. RGB value is (130,131,23). Sum of RGB (Red+Green+Blue) = 130+131+23=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #828317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828317 is #7D7CE8. Grayscale: #767676. Windows color (decimal): -8223977 or 1540994. OLE color: 1540994.

HSL color Cylindrical-coordinate representation of color #828317: hue angle of 60.56º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #828317 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 23 -
CMYK 0.01 0 0.82 0.49
HSL 60.56º 0.7% 0.3% -
HSV(B) 60.56º 0.82% 0.51% -
XYZ 17.48 21.04 3.95 -
YUV 118.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 130 131 23 0.01 0 0.82 0.49 60.56 0.7 0.3
Hex 82 83 17 1 0 52 31 3D 46 1E
Octal 202 203 27 1 0 122 61 75 106 36
Binary 10000010 10000011 10111 1 0 1010010 110001 111101 1000110 11110

Color Harmonies of #828317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828317

Black with #828317

Text Example


Text Example

White with #828317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828317; }

 p { color: rgb(130,131,23); }

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

background-color css

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

 a { background-color: rgb(130,131,23); }

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

border-color css

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

 span { border-color: rgb(130,131,23); }

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