Html Css Color HEX #828023 Trendy Green

📋 copy color: '#828023'

red 130 ◦ green 128 ◦ blue 35

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

Shades of Trendy Green #828023

Tints of Trendy Green #828023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

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

R = 44.37%
G = 43.69%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#828023 (or 0x828023) is known color: Trendy Green. HEX triplet: 82, 80 and 23. RGB value is (130,128,35). Sum of RGB (Red+Green+Blue) = 130+128+35=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #828023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828023 is #7D7FDC. Grayscale: #767676. Windows color (decimal): -8224733 or 2326658. OLE color: 2326658.

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

Color convert

RGB 130 128 35 -
CMYK 0 0.02 0.73 0.49
HSL 58.74º 0.58% 0.32% -
HSV(B) 58.74º 0.73% 0.51% -
XYZ 17.23 20.31 4.6 -
YUV 118 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 130 128 35 0 0.02 0.73 0.49 58.74 0.58 0.32
Hex 82 80 23 0 2 49 31 3B 3A 20
Octal 202 200 43 0 2 111 61 73 72 40
Binary 10000010 10000000 100011 0 10 1001001 110001 111011 111010 100000

Color Harmonies of #828023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828023

Black with #828023

Text Example


Text Example

White with #828023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828023; }

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

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

background-color css

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

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

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

border-color css

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

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

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