Html Css Color HEX #828432 Trendy Green

📋 copy color: '#828432'

red 130 ◦ green 132 ◦ blue 50

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

Shades of Trendy Green #828432

Tints of Trendy Green #828432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 41.67%
G = 42.31%
B = 16.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#828432 (or 0x828432) is known color: Trendy Green. HEX triplet: 82, 84 and 32. RGB value is (130,132,50). Sum of RGB (Red+Green+Blue) = 130+132+50=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #828432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828432 is #7D7BCD. Grayscale: #7A7A7A. Windows color (decimal): -8223694 or 3310722. OLE color: 3310722.

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

Color convert

RGB 130 132 50 -
CMYK 0.02 0 0.62 0.48
HSL 61.46º 0.45% 0.36% -
HSV(B) 61.46º 0.62% 0.52% -
XYZ 18.03 21.48 6.21 -
YUV 122.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 130 132 50 0.02 0 0.62 0.48 61.46 0.45 0.36
Hex 82 84 32 2 0 3E 30 3D 2D 24
Octal 202 204 62 2 0 76 60 75 55 44
Binary 10000010 10000100 110010 10 0 111110 110000 111101 101101 100100

Color Harmonies of #828432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828432

Black with #828432

Text Example


Text Example

White with #828432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828432; }

 p { color: rgb(130,132,50); }

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

background-color css

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

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

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

border-color css

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

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

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