#80930D

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

Shades of Citron #80930D

Tints of Citron #80930D

Color information

#80930D (or 0x80930D) is unknown color: approx Citron. HEX triplet: 80, 93 and 0D. RGB value is (128,147,13). Sum of RGB (Red+Green+Blue) = 128+147+13=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #80930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80930D is #7F6CF2. Grayscale: #7E7E7E. Windows color (decimal): -8350963 or 889728. OLE color: 889728.

HSL color Cylindrical-coordinate representation of color #80930D: hue angle of 68.51º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80930D is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB12814713-
CMYK0.1300.910.42
HSL68.51º83.75%31.37%-
HSV(B)68.51º91.16%57.65%-
XYZ19.4125.494.28-
YUV126.0464.21129.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 13 (5.47% from 255) = 4.51%
R=44.44%
G=51.04%
B=4.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147130.1300.910.4268.5183.7531.37
Hex8093DD05B2A45541f
Octal200223151501335210512437
Binary100000001001001111011101010110111010101000101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,147,13); }

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

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

 a { background-color: rgb(128,147,13); }

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

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

 span { border-color: rgb(128,147,13); }

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