#809420

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

Shades of Citron #809420

Tints of Citron #809420

Color information

#809420 (or 0x809420) is unknown color: approx Citron. HEX triplet: 80, 94 and 20. RGB value is (128,148,32). Sum of RGB (Red+Green+Blue) = 128+148+32=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #809420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809420 is #7F6BDF. Grayscale: #818181. Windows color (decimal): -8350688 or 2135168. OLE color: 2135168.

HSL color Cylindrical-coordinate representation of color #809420: hue angle of 70.34º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #809420 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB12814832-
CMYK0.1400.780.42
HSL70.34º64.44%35.29%-
HSV(B)70.34º78.38%58.04%-
XYZ19.7525.875.32-
YUV128.873.37127.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=41.56%
G=48.05%
B=10.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128148320.1400.780.4270.3464.4435.29
Hex809420E04E2A464023
Octal200224401601165210610043
Binary100000001001010010000011100100111010101010001101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809420; }

 p { color: rgb(128,148,32); }

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

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

 a { background-color: rgb(128,148,32); }

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

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

 span { border-color: rgb(128,148,32); }

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