#8A9D06

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

Shades of Citron #8A9D06

Tints of Citron #8A9D06

Color information

#8A9D06 (or 0x8A9D06) is unknown color: approx Citron. HEX triplet: 8A, 9D and 06. RGB value is (138,157,6). Sum of RGB (Red+Green+Blue) = 138+157+6=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9D06 is #7562F9. Grayscale: #868686. Windows color (decimal): -7693050 or 433546. OLE color: 433546.

HSL color Cylindrical-coordinate representation of color #8A9D06: hue angle of 67.55º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A9D06 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1381576-
CMYK0.1200.960.38
HSL67.55º92.64%31.96%-
HSV(B)67.55º96.18%61.57%-
XYZ22.5729.534.68-
YUV134.155.71130.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=45.85%
G=52.16%
B=1.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13815760.1200.960.3867.5592.6431.96
Hex8A9D6C06026445d20
Octal21223561401404610413540
Binary100010101001110111011000110000010011010001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,157,6); }

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

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

 a { background-color: rgb(138,157,6); }

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

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

 span { border-color: rgb(138,157,6); }

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