Html Css Color HEX #808214 Trendy Green

📋 copy color: '#808214'

red 128 ◦ green 130 ◦ blue 20

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

Shades of Trendy Green #808214

Tints of Trendy Green #808214

RGB

 RED value IS 128 (50.39% from 255) = 46.04%

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

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 46.04%
G = 46.76%
B = 7.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#808214 (or 0x808214) is known color: Trendy Green. HEX triplet: 80, 82 and 14. RGB value is (128,130,20). Sum of RGB (Red+Green+Blue) = 128+130+20=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #808214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808214 is #7F7DEB. Grayscale: #757575. Windows color (decimal): -8355308 or 1344128. OLE color: 1344128.

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

Color convert

RGB 128 130 20 -
CMYK 0.02 0 0.85 0.49
HSL 61.09º 0.73% 0.29% -
HSV(B) 61.09º 0.85% 0.51% -
XYZ 17.01 20.6 3.74 -
YUV 116.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 128 130 20 0.02 0 0.85 0.49 61.09 0.73 0.29
Hex 80 82 14 2 0 55 31 3D 49 1D
Octal 200 202 24 2 0 125 61 75 111 35
Binary 10000000 10000010 10100 10 0 1010101 110001 111101 1001001 11101

Color Harmonies of #808214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808214

Black with #808214

Text Example


Text Example

White with #808214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808214; }

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

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

background-color css

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

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

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

border-color css

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

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

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