Html Css Color HEX #828512 Trendy Green

📋 copy color: '#828512'

red 130 ◦ green 133 ◦ blue 18

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

Shades of Trendy Green #828512

Tints of Trendy Green #828512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 46.26%
G = 47.33%
B = 6.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#828512 (or 0x828512) is known color: Trendy Green. HEX triplet: 82, 85 and 12. RGB value is (130,133,18). Sum of RGB (Red+Green+Blue) = 130+133+18=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #828512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828512 is #7D7AED. Grayscale: #777777. Windows color (decimal): -8223470 or 1213826. OLE color: 1213826.

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

Color convert

RGB 130 133 18 -
CMYK 0.02 0 0.86 0.48
HSL 61.57º 0.76% 0.3% -
HSV(B) 61.57º 0.86% 0.52% -
XYZ 17.7 21.56 3.8 -
YUV 118.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 130 133 18 0.02 0 0.86 0.48 61.57 0.76 0.3
Hex 82 85 12 2 0 56 30 3E 4C 1E
Octal 202 205 22 2 0 126 60 76 114 36
Binary 10000010 10000101 10010 10 0 1010110 110000 111110 1001100 11110

Color Harmonies of #828512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828512

Black with #828512

Text Example


Text Example

White with #828512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828512; }

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

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

background-color css

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

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

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

border-color css

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

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

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