Html Css Color HEX #828525 Trendy Green

📋 copy color: '#828525'

red 130 ◦ green 133 ◦ blue 37

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

Shades of Trendy Green #828525

Tints of Trendy Green #828525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 43.33%
G = 44.33%
B = 12.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#828525 (or 0x828525) is known color: Trendy Green. HEX triplet: 82, 85 and 25. RGB value is (130,133,37). Sum of RGB (Red+Green+Blue) = 130+133+37=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #828525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828525 is #7D7ADA. Grayscale: #797979. Windows color (decimal): -8223451 or 2459010. OLE color: 2459010.

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

Color convert

RGB 130 133 37 -
CMYK 0.02 0 0.72 0.48
HSL 61.88º 0.56% 0.33% -
HSV(B) 61.88º 0.72% 0.52% -
XYZ 17.93 21.65 4.99 -
YUV 121.16 80.51 134.31 -
System Red Green Blue C M Y K H S L
Decimal 130 133 37 0.02 0 0.72 0.48 61.88 0.56 0.33
Hex 82 85 25 2 0 48 30 3E 38 21
Octal 202 205 45 2 0 110 60 76 70 41
Binary 10000010 10000101 100101 10 0 1001000 110000 111110 111000 100001

Color Harmonies of #828525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828525

Black with #828525

Text Example


Text Example

White with #828525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828525; }

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

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

background-color css

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

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

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

border-color css

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

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

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