#80991D

Color #80991D Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #80991D

Tints of Citron #80991D

Color information

#80991D (or 0x80991D) is unknown color: approx Citron. HEX triplet: 80, 99 and 1D. RGB value is (128,153,29). Sum of RGB (Red+Green+Blue) = 128+153+29=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #80991D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80991D is #7F66E2. Grayscale: #838383. Windows color (decimal): -8349411 or 1939840. OLE color: 1939840.

HSL color Cylindrical-coordinate representation of color #80991D: hue angle of 72.1º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80991D is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB12815329-
CMYK0.1600.810.4
HSL72.1º68.13%35.69%-
HSV(B)72.1º81.05%60%-
XYZ20.5227.465.38-
YUV131.3970.22125.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 29 (11.72% from 255) = 9.35%
R=41.29%
G=49.35%
B=9.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128153290.1600.810.472.168.1335.69
Hex80991D1005128484424
Octal200231352001215011010444
Binary100000001001100111101100000101000110100010010001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80991D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80991D; }

 p { color: rgb(128,153,29); }

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

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

 a { background-color: rgb(128,153,29); }

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

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

 span { border-color: rgb(128,153,29); }

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