Html Css Color HEX #828529 Trendy Green

📋 copy color: '#828529'

red 130 ◦ green 133 ◦ blue 41

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

Shades of Trendy Green #828529

Tints of Trendy Green #828529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 42.76%
G = 43.75%
B = 13.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#828529 (or 0x828529) is known color: Trendy Green. HEX triplet: 82, 85 and 29. RGB value is (130,133,41). Sum of RGB (Red+Green+Blue) = 130+133+41=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #828529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828529 is #7D7AD6. Grayscale: #797979. Windows color (decimal): -8223447 or 2721154. OLE color: 2721154.

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

Color convert

RGB 130 133 41 -
CMYK 0.02 0 0.69 0.48
HSL 61.96º 0.53% 0.34% -
HSV(B) 61.96º 0.69% 0.52% -
XYZ 17.99 21.68 5.33 -
YUV 121.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 130 133 41 0.02 0 0.69 0.48 61.96 0.53 0.34
Hex 82 85 29 2 0 45 30 3E 35 22
Octal 202 205 51 2 0 105 60 76 65 42
Binary 10000010 10000101 101001 10 0 1000101 110000 111110 110101 100010

Color Harmonies of #828529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828529

Black with #828529

Text Example


Text Example

White with #828529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828529; }

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

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

background-color css

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

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

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

border-color css

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

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

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