#8A9C1F

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

Shades of Citron #8A9C1F

Tints of Citron #8A9C1F

Color information

#8A9C1F (or 0x8A9C1F) is unknown color: approx Citron. HEX triplet: 8A, 9C and 1F. RGB value is (138,156,31). Sum of RGB (Red+Green+Blue) = 138+156+31=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9C1F is #7563E0. Grayscale: #888888. Windows color (decimal): -7693281 or 2071690. OLE color: 2071690.

HSL color Cylindrical-coordinate representation of color #8A9C1F: hue angle of 68.64º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A9C1F is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB13815631-
CMYK0.1200.800.39
HSL68.64º66.84%36.67%-
HSV(B)68.64º80.13%61.18%-
XYZ22.6229.285.76-
YUV136.3768.54129.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=42.46%
G=48%
B=9.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138156310.1200.800.3968.6466.8436.67
Hex8A9C1FC05027454325
Octal212234371401204710510345
Binary10001010100111001111111000101000010011110001011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,156,31); }

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

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

 a { background-color: rgb(138,156,31); }

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

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

 span { border-color: rgb(138,156,31); }

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