Html Css Color HEX #828C21 Trendy Green

📋 copy color: '#828C21'

red 130 ◦ green 140 ◦ blue 33

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

Shades of Trendy Green #828C21

Tints of Trendy Green #828C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.2%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 42.9%
G = 46.2%
B = 10.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#828C21 (or 0x828C21) is known color: Trendy Green. HEX triplet: 82, 8C and 21. RGB value is (130,140,33). Sum of RGB (Red+Green+Blue) = 130+140+33=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #828C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C21 is #7D73DE. Grayscale: #7D7D7D. Windows color (decimal): -8221663 or 2198658. OLE color: 2198658.

HSL color Cylindrical-coordinate representation of color #828C21: hue angle of 65.61º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #828C21 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 33 -
CMYK 0.07 0 0.76 0.45
HSL 65.61º 0.62% 0.34% -
HSV(B) 65.61º 0.76% 0.55% -
XYZ 18.86 23.61 5 -
YUV 124.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 130 140 33 0.07 0 0.76 0.45 65.61 0.62 0.34
Hex 82 8C 21 7 0 4C 2D 42 3E 22
Octal 202 214 41 7 0 114 55 102 76 42
Binary 10000010 10001100 100001 111 0 1001100 101101 1000010 111110 100010

Color Harmonies of #828C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C21

Black with #828C21

Text Example


Text Example

White with #828C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828C21; }

 p { color: rgb(130,140,33); }

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

background-color css

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

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

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

border-color css

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

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

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