Html Css Color HEX #828017 Trendy Green

📋 copy color: '#828017'

red 130 ◦ green 128 ◦ blue 23

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

Shades of Trendy Green #828017

Tints of Trendy Green #828017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

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

R = 46.26%
G = 45.55%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#828017 (or 0x828017) is known color: Trendy Green. HEX triplet: 82, 80 and 17. RGB value is (130,128,23). Sum of RGB (Red+Green+Blue) = 130+128+23=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #828017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828017 is #7D7FE8. Grayscale: #757575. Windows color (decimal): -8224745 or 1540226. OLE color: 1540226.

HSL color Cylindrical-coordinate representation of color #828017: hue angle of 58.88º 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 #828017 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 23 -
CMYK 0 0.02 0.82 0.49
HSL 58.88º 0.7% 0.3% -
HSV(B) 58.88º 0.82% 0.51% -
XYZ 17.08 20.25 3.82 -
YUV 116.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 130 128 23 0 0.02 0.82 0.49 58.88 0.7 0.3
Hex 82 80 17 0 2 52 31 3B 46 1E
Octal 202 200 27 0 2 122 61 73 106 36
Binary 10000010 10000000 10111 0 10 1010010 110001 111011 1000110 11110

Color Harmonies of #828017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828017

Black with #828017

Text Example


Text Example

White with #828017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828017; }

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

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

background-color css

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

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

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

border-color css

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

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

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