#80921B

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

Shades of Citron #80921B

Tints of Citron #80921B

Color information

#80921B (or 0x80921B) is unknown color: approx Citron. HEX triplet: 80, 92 and 1B. RGB value is (128,146,27). Sum of RGB (Red+Green+Blue) = 128+146+27=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #80921B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80921B is #7F6DE4. Grayscale: #7F7F7F. Windows color (decimal): -8351205 or 1806976. OLE color: 1806976.

HSL color Cylindrical-coordinate representation of color #80921B: hue angle of 69.08º degrees, saturation: 0.69, 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 #80921B is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB12814627-
CMYK0.1200.820.43
HSL69.08º68.79%33.92%-
HSV(B)69.08º81.51%57.25%-
XYZ19.3825.234.88-
YUV127.0571.54128.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=42.52%
G=48.50%
B=8.97%

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
Decimal128146270.1200.820.4369.0868.7933.92
Hex80921BC0522B454522
Octal200222331401225310510542
Binary10000000100100101101111000101001010101110001011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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