Html Css Color HEX #828521 Trendy Green

📋 copy color: '#828521'

red 130 ◦ green 133 ◦ blue 33

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

Shades of Trendy Green #828521

Tints of Trendy Green #828521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 43.92%
G = 44.93%
B = 11.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#828521 (or 0x828521) is known color: Trendy Green. HEX triplet: 82, 85 and 21. RGB value is (130,133,33). Sum of RGB (Red+Green+Blue) = 130+133+33=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #828521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828521 is #7D7ADE. Grayscale: #797979. Windows color (decimal): -8223455 or 2196866. OLE color: 2196866.

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

Color convert

RGB 130 133 33 -
CMYK 0.02 0 0.75 0.48
HSL 61.8º 0.6% 0.33% -
HSV(B) 61.8º 0.75% 0.52% -
XYZ 17.87 21.63 4.67 -
YUV 120.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 130 133 33 0.02 0 0.75 0.48 61.8 0.6 0.33
Hex 82 85 21 2 0 4B 30 3E 3C 21
Octal 202 205 41 2 0 113 60 76 74 41
Binary 10000010 10000101 100001 10 0 1001011 110000 111110 111100 100001

Color Harmonies of #828521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828521

Black with #828521

Text Example


Text Example

White with #828521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828521; }

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

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

background-color css

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

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

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

border-color css

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

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

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