#80921A

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

Shades of Citron #80921A

Tints of Citron #80921A

Color information

#80921A (or 0x80921A) is unknown color: approx Citron. HEX triplet: 80, 92 and 1A. RGB value is (128,146,26). Sum of RGB (Red+Green+Blue) = 128+146+26=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #80921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80921A is #7F6DE5. Grayscale: #7F7F7F. Windows color (decimal): -8351206 or 1741440. OLE color: 1741440.

HSL color Cylindrical-coordinate representation of color #80921A: hue angle of 69º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80921A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB12814626-
CMYK0.1200.820.43
HSL69º69.77%33.73%-
HSV(B)69º82.19%57.25%-
XYZ19.3725.224.82-
YUV126.9471.04128.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 26 (10.55% from 255) = 8.67%
R=42.67%
G=48.67%
B=8.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146260.1200.820.436969.7733.73
Hex80921AC0522B454622
Octal200222321401225310510642
Binary10000000100100101101011000101001010101110001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80921A; }

 p { color: rgb(128,146,26); }

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

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

 a { background-color: rgb(128,146,26); }

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

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

 span { border-color: rgb(128,146,26); }

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