#8c9b1a

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

Shades of Citron #8C9B1A

Tints of Citron #8C9B1A

Color information

#8C9B1A (or 0x8C9B1A) is unknown color: approx Citron. HEX triplet: 8C, 9B and 1A. RGB value is (140,155,26). Sum of RGB (Red+Green+Blue) = 140+155+26=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9B1A is #7364E5. Grayscale: #888888. Windows color (decimal): -7562470 or 1743756. OLE color: 1743756.

HSL color Cylindrical-coordinate representation of color #8C9B1A: hue angle of 66.98º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C9B1A is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB14015526-
CMYK0.1000.830.39
HSL66.98º71.27%35.49%-
HSV(B)66.98º83.23%60.78%-
XYZ22.7229.095.4-
YUV135.8166.03130.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 26 (10.55% from 255) = 8.10%
R=43.61%
G=48.29%
B=8.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140155260.1000.830.3966.9871.2735.49
Hex8C9B1AA05327434723
Octal214233321201234710310743
Binary10001100100110111101010100101001110011110000111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c9b1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,155,26); }

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

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

 a { background-color: rgb(140,155,26); }

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

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

 span { border-color: rgb(140,155,26); }

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