#8A9907

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

Shades of Citron #8A9907

Tints of Citron #8A9907

Color information

#8A9907 (or 0x8A9907) is unknown color: approx Citron. HEX triplet: 8A, 99 and 07. RGB value is (138,153,7). Sum of RGB (Red+Green+Blue) = 138+153+7=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9907 is #7566F8. Grayscale: #848484. Windows color (decimal): -7694073 or 498058. OLE color: 498058.

HSL color Cylindrical-coordinate representation of color #8A9907: hue angle of 66.16º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A9907 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB1381537-
CMYK0.1000.950.4
HSL66.16º91.25%31.37%-
HSV(B)66.16º95.42%60%-
XYZ21.9128.24.49-
YUV131.8757.53132.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 7 (3.12% from 255) = 2.35%
R=46.31%
G=51.34%
B=2.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13815370.1000.950.466.1691.2531.37
Hex8A997A05F28425b1f
Octal21223171201375010213337
Binary10001010100110011111010010111111010001000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,7); }

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

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

 a { background-color: rgb(138,153,7); }

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

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

 span { border-color: rgb(138,153,7); }

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