#8A9908

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

Shades of Citron #8A9908

Tints of Citron #8A9908

Color information

#8A9908 (or 0x8A9908) is unknown color: approx Citron. HEX triplet: 8A, 99 and 08. RGB value is (138,153,8). Sum of RGB (Red+Green+Blue) = 138+153+8=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9908 is #7566F7. Grayscale: #848484. Windows color (decimal): -7694072 or 563594. OLE color: 563594.

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

Color convert

RGB1381538-
CMYK0.1000.950.4
HSL66.21º90.06%31.57%-
HSV(B)66.21º94.77%60%-
XYZ21.9228.24.52-
YUV131.9858.03132.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.15%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=46.15%
G=51.17%
B=2.68%

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
Decimal13815380.1000.950.466.2190.0631.57
Hex8A998A05F28425a20
Octal212231101201375010213240
Binary1000101010011001100010100101111110100010000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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