Html Css Color HEX #828528 Trendy Green

📋 copy color: '#828528'

red 130 ◦ green 133 ◦ blue 40

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

Shades of Trendy Green #828528

Tints of Trendy Green #828528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 42.9%
G = 43.89%
B = 13.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#828528 (or 0x828528) is known color: Trendy Green. HEX triplet: 82, 85 and 28. RGB value is (130,133,40). Sum of RGB (Red+Green+Blue) = 130+133+40=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #828528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828528 is #7D7AD7. Grayscale: #797979. Windows color (decimal): -8223448 or 2655618. OLE color: 2655618.

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

Color convert

RGB 130 133 40 -
CMYK 0.02 0 0.70 0.48
HSL 61.94º 0.54% 0.34% -
HSV(B) 61.94º 0.7% 0.52% -
XYZ 17.98 21.67 5.24 -
YUV 121.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 130 133 40 0.02 0 0.70 0.48 61.94 0.54 0.34
Hex 82 85 28 2 0 46 30 3E 36 22
Octal 202 205 50 2 0 106 60 76 66 42
Binary 10000010 10000101 101000 10 0 1000110 110000 111110 110110 100010

Color Harmonies of #828528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828528

Black with #828528

Text Example


Text Example

White with #828528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828528; }

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

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

background-color css

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

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

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

border-color css

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

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

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