#8A920F

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

Shades of Citron #8A920F

Tints of Citron #8A920F

Color information

#8A920F (or 0x8A920F) is unknown color: approx Citron. HEX triplet: 8A, 92 and 0F. RGB value is (138,146,15). Sum of RGB (Red+Green+Blue) = 138+146+15=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #8A920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A920F is #756DF0. Grayscale: #818181. Windows color (decimal): -7695857 or 1020554. OLE color: 1020554.

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

Color convert

RGB13814615-
CMYK0.0500.900.43
HSL63.66º81.37%31.57%-
HSV(B)63.66º89.73%57.25%-
XYZ20.85264.37-
YUV128.6763.85134.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.15%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 15 (6.25% from 255) = 5.02%
R=46.15%
G=48.83%
B=5.02%

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
Decimal138146150.0500.900.4363.6681.3731.57
Hex8A92F505A2B405120
Octal21222217501325310012140
Binary100010101001001011111010101101010101110000001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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