#808B13

Color #808B13 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #808B13

Tints of Trendy Green #808B13

Color information

#808B13 (or 0x808B13) is unknown color: approx Trendy Green. HEX triplet: 80, 8B and 13. RGB value is (128,139,19). Sum of RGB (Red+Green+Blue) = 128+139+19=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #808B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808B13 is #7F74EC. Grayscale: #7A7A7A. Windows color (decimal): -8353005 or 1280896. OLE color: 1280896.

HSL color Cylindrical-coordinate representation of color #808B13: hue angle of 65.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #808B13 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB12813919-
CMYK0.0800.860.45
HSL65.5º75.95%30.98%-
HSV(B)65.5º86.33%54.51%-
XYZ18.2523.14.11-
YUV122.0369.86132.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=44.76%
G=48.60%
B=6.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139190.0800.860.4565.575.9530.98
Hex808B1380562D424c1f
Octal200213231001265510211437
Binary1000000010001011100111000010101101011011000010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808B13; }

 p { color: rgb(128,139,19); }

 H1.HeaderClassName
 {
   color: #808B13;
 }
 .AnyTagClassName
 {
   color: #808B13;
 }
</style>
background-color css

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

 a { background-color: rgb(128,139,19); }

 div.DivClassName
 {
   background-color: #808B13;
 }
 .BgClassName
 {
   background-color: #808B13;
 }
</style>
border-color css

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

 span { border-color: rgb(128,139,19); }

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