Html Css Color HEX #828827 Trendy Green

📋 copy color: '#828827'

red 130 ◦ green 136 ◦ blue 39

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

Shades of Trendy Green #828827

Tints of Trendy Green #828827

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.59%

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 42.62%
G = 44.59%
B = 12.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#828827 (or 0x828827) is known color: Trendy Green. HEX triplet: 82, 88 and 27. RGB value is (130,136,39). Sum of RGB (Red+Green+Blue) = 130+136+39=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #828827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828827 is #7D77D8. Grayscale: #7B7B7B. Windows color (decimal): -8222681 or 2590850. OLE color: 2590850.

HSL color Cylindrical-coordinate representation of color #828827: hue angle of 63.71º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #828827 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 39 -
CMYK 0.04 0 0.71 0.47
HSL 63.71º 0.55% 0.34% -
HSV(B) 63.71º 0.71% 0.53% -
XYZ 18.38 22.5 5.29 -
YUV 123.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 130 136 39 0.04 0 0.71 0.47 63.71 0.55 0.34
Hex 82 88 27 4 0 47 2F 40 37 22
Octal 202 210 47 4 0 107 57 100 67 42
Binary 10000010 10001000 100111 100 0 1000111 101111 1000000 110111 100010

Color Harmonies of #828827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828827

Black with #828827

Text Example


Text Example

White with #828827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828827; }

 p { color: rgb(130,136,39); }

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

background-color css

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

 a { background-color: rgb(130,136,39); }

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

border-color css

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

 span { border-color: rgb(130,136,39); }

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