Html Css Color HEX #828226 Trendy Green

📋 copy color: '#828226'

red 130 ◦ green 130 ◦ blue 38

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

Shades of Trendy Green #828226

Tints of Trendy Green #828226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 43.62%
G = 43.62%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#828226 (or 0x828226) is known color: Trendy Green. HEX triplet: 82, 82 and 26. RGB value is (130,130,38). Sum of RGB (Red+Green+Blue) = 130+130+38=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828226 is #7D7DD9. Grayscale: #777777. Windows color (decimal): -8224218 or 2523778. OLE color: 2523778.

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

Color convert

RGB 130 130 38 -
CMYK 0 0 0.71 0.49
HSL 60º 0.55% 0.33% -
HSV(B) 60º 0.71% 0.51% -
XYZ 17.54 20.85 4.93 -
YUV 119.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 130 130 38 0 0 0.71 0.49 60 0.55 0.33
Hex 82 82 26 0 0 47 31 3C 37 21
Octal 202 202 46 0 0 107 61 74 67 41
Binary 10000010 10000010 100110 0 0 1000111 110001 111100 110111 100001

Color Harmonies of #828226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828226

Black with #828226

Text Example


Text Example

White with #828226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828226; }

 p { color: rgb(130,130,38); }

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

background-color css

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

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

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

border-color css

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

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

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