Html Css Color HEX #828125 Trendy Green

📋 copy color: '#828125'

red 130 ◦ green 129 ◦ blue 37

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

Shades of Trendy Green #828125

Tints of Trendy Green #828125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.58%

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

R = 43.92%
G = 43.58%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#828125 (or 0x828125) is known color: Trendy Green. HEX triplet: 82, 81 and 25. RGB value is (130,129,37). Sum of RGB (Red+Green+Blue) = 130+129+37=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #828125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828125 is #7D7EDA. Grayscale: #777777. Windows color (decimal): -8224475 or 2457986. OLE color: 2457986.

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

Color convert

RGB 130 129 37 -
CMYK 0 0.01 0.72 0.49
HSL 59.35º 0.56% 0.33% -
HSV(B) 59.35º 0.72% 0.51% -
XYZ 17.39 20.58 4.81 -
YUV 118.81 81.83 135.98 -
System Red Green Blue C M Y K H S L
Decimal 130 129 37 0 0.01 0.72 0.49 59.35 0.56 0.33
Hex 82 81 25 0 1 48 31 3B 38 21
Octal 202 201 45 0 1 110 61 73 70 41
Binary 10000010 10000001 100101 0 1 1001000 110001 111011 111000 100001

Color Harmonies of #828125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828125

Black with #828125

Text Example


Text Example

White with #828125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828125; }

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

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

background-color css

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

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

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

border-color css

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

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

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