Html Css Color HEX #828229 Trendy Green

📋 copy color: '#828229'

red 130 ◦ green 130 ◦ blue 41

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

Shades of Trendy Green #828229

Tints of Trendy Green #828229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 43.19%
G = 43.19%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#828229 (or 0x828229) is known color: Trendy Green. HEX triplet: 82, 82 and 29. RGB value is (130,130,41). Sum of RGB (Red+Green+Blue) = 130+130+41=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828229 is #7D7DD6. Grayscale: #787878. Windows color (decimal): -8224215 or 2720386. OLE color: 2720386.

HSL color Cylindrical-coordinate representation of color #828229: hue angle of 60º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #828229 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 41 -
CMYK 0 0 0.68 0.49
HSL 60º 0.52% 0.34% -
HSV(B) 60º 0.68% 0.51% -
XYZ 17.59 20.87 5.2 -
YUV 119.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 130 130 41 0 0 0.68 0.49 60 0.52 0.34
Hex 82 82 29 0 0 44 31 3C 34 22
Octal 202 202 51 0 0 104 61 74 64 42
Binary 10000010 10000010 101001 0 0 1000100 110001 111100 110100 100010

Color Harmonies of #828229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828229

Black with #828229

Text Example


Text Example

White with #828229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828229; }

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

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

background-color css

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

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

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

border-color css

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

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

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