Html Css Color HEX #828517 Trendy Green

📋 copy color: '#828517'

red 130 ◦ green 133 ◦ blue 23

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

Shades of Trendy Green #828517

Tints of Trendy Green #828517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 45.45%
G = 46.5%
B = 8.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#828517 (or 0x828517) is known color: Trendy Green. HEX triplet: 82, 85 and 17. RGB value is (130,133,23). Sum of RGB (Red+Green+Blue) = 130+133+23=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #828517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828517 is #7D7AE8. Grayscale: #787878. Windows color (decimal): -8223465 or 1541506. OLE color: 1541506.

HSL color Cylindrical-coordinate representation of color #828517: hue angle of 61.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #828517 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 23 -
CMYK 0.02 0 0.83 0.48
HSL 61.64º 0.71% 0.31% -
HSV(B) 61.64º 0.83% 0.52% -
XYZ 17.75 21.58 4.04 -
YUV 119.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 130 133 23 0.02 0 0.83 0.48 61.64 0.71 0.31
Hex 82 85 17 2 0 53 30 3E 47 1F
Octal 202 205 27 2 0 123 60 76 107 37
Binary 10000010 10000101 10111 10 0 1010011 110000 111110 1000111 11111

Color Harmonies of #828517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828517

Black with #828517

Text Example


Text Example

White with #828517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828517; }

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

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

background-color css

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

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

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

border-color css

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

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

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