Html Css Color HEX #828223 Trendy Green

📋 copy color: '#828223'

red 130 ◦ green 130 ◦ blue 35

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

Shades of Trendy Green #828223

Tints of Trendy Green #828223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.86%

R = 44.07%
G = 44.07%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#828223 (or 0x828223) is known color: Trendy Green. HEX triplet: 82, 82 and 23. RGB value is (130,130,35). Sum of RGB (Red+Green+Blue) = 130+130+35=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828223 is #7D7DDC. Grayscale: #777777. Windows color (decimal): -8224221 or 2327170. OLE color: 2327170.

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

Color convert

RGB 130 130 35 -
CMYK 0 0 0.73 0.49
HSL 60º 0.58% 0.32% -
HSV(B) 60º 0.73% 0.51% -
XYZ 17.49 20.83 4.69 -
YUV 119.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 130 130 35 0 0 0.73 0.49 60 0.58 0.32
Hex 82 82 23 0 0 49 31 3C 3A 20
Octal 202 202 43 0 0 111 61 74 72 40
Binary 10000010 10000010 100011 0 0 1001001 110001 111100 111010 100000

Color Harmonies of #828223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828223

Black with #828223

Text Example


Text Example

White with #828223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828223; }

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

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

background-color css

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

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

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

border-color css

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

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

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