Html Css Color HEX #828925 Trendy Green

📋 copy color: '#828925'

red 130 ◦ green 137 ◦ blue 37

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

Shades of Trendy Green #828925

Tints of Trendy Green #828925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

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

R = 42.76%
G = 45.07%
B = 12.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#828925 (or 0x828925) is known color: Trendy Green. HEX triplet: 82, 89 and 25. RGB value is (130,137,37). Sum of RGB (Red+Green+Blue) = 130+137+37=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #828925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828925 is #7D76DA. Grayscale: #7B7B7B. Windows color (decimal): -8222427 or 2460034. OLE color: 2460034.

HSL color Cylindrical-coordinate representation of color #828925: hue angle of 64.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #828925 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 37 -
CMYK 0.05 0 0.73 0.46
HSL 64.2º 0.57% 0.34% -
HSV(B) 64.2º 0.73% 0.54% -
XYZ 18.49 22.77 5.17 -
YUV 123.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 130 137 37 0.05 0 0.73 0.46 64.2 0.57 0.34
Hex 82 89 25 5 0 49 2E 40 39 22
Octal 202 211 45 5 0 111 56 100 71 42
Binary 10000010 10001001 100101 101 0 1001001 101110 1000000 111001 100010

Color Harmonies of #828925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828925

Black with #828925

Text Example


Text Example

White with #828925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828925; }

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

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

background-color css

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

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

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

border-color css

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

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

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