Html Css Color HEX #828326 Trendy Green

📋 copy color: '#828326'

red 130 ◦ green 131 ◦ blue 38

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

Shades of Trendy Green #828326

Tints of Trendy Green #828326

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

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

R = 43.48%
G = 43.81%
B = 12.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#828326 (or 0x828326) is known color: Trendy Green. HEX triplet: 82, 83 and 26. RGB value is (130,131,38). Sum of RGB (Red+Green+Blue) = 130+131+38=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #828326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828326 is #7D7CD9. Grayscale: #787878. Windows color (decimal): -8223962 or 2524034. OLE color: 2524034.

HSL color Cylindrical-coordinate representation of color #828326: hue angle of 60.65º 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 #828326 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 38 -
CMYK 0.01 0 0.71 0.49
HSL 60.65º 0.55% 0.33% -
HSV(B) 60.65º 0.71% 0.51% -
XYZ 17.67 21.12 4.98 -
YUV 120.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 130 131 38 0.01 0 0.71 0.49 60.65 0.55 0.33
Hex 82 83 26 1 0 47 31 3D 37 21
Octal 202 203 46 1 0 107 61 75 67 41
Binary 10000010 10000011 100110 1 0 1000111 110001 111101 110111 100001

Color Harmonies of #828326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828326

Black with #828326

Text Example


Text Example

White with #828326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828326; }

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

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

background-color css

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

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

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

border-color css

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

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

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