#8A920E

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

Shades of Citron #8A920E

Tints of Citron #8A920E

Color information

#8A920E (or 0x8A920E) is unknown color: approx Citron. HEX triplet: 8A, 92 and 0E. RGB value is (138,146,14). Sum of RGB (Red+Green+Blue) = 138+146+14=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #8A920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A920E is #756DF1. Grayscale: #818181. Windows color (decimal): -7695858 or 955018. OLE color: 955018.

HSL color Cylindrical-coordinate representation of color #8A920E: hue angle of 63.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A920E is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB13814614-
CMYK0.0500.900.43
HSL63.64º82.5%31.37%-
HSV(B)63.64º90.41%57.25%-
XYZ20.8425.994.33-
YUV128.5663.35134.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 14 (5.86% from 255) = 4.70%
R=46.31%
G=48.99%
B=4.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138146140.0500.900.4363.6482.531.37
Hex8A92E505A2B40521f
Octal21222216501325310012237
Binary10001010100100101110101010110101010111000000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A920E; }

 p { color: rgb(138,146,14); }

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

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

 a { background-color: rgb(138,146,14); }

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

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

 span { border-color: rgb(138,146,14); }

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