#8C9A2A

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

Shades of Citron #8C9A2A

Tints of Citron #8C9A2A

Color information

#8C9A2A (or 0x8C9A2A) is unknown color: approx Citron. HEX triplet: 8C, 9A and 2A. RGB value is (140,154,42). Sum of RGB (Red+Green+Blue) = 140+154+42=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9A2A is #7365D5. Grayscale: #898989. Windows color (decimal): -7562710 or 2792076. OLE color: 2792076.

HSL color Cylindrical-coordinate representation of color #8C9A2A: hue angle of 67.5º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C9A2A is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB14015442-
CMYK0.0900.730.40
HSL67.5º57.14%38.43%-
HSV(B)67.5º72.73%60.39%-
XYZ22.7928.856.56-
YUV137.0574.36130.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=41.67%
G=45.83%
B=12.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal140154420.0900.730.4067.557.1438.43
Hex8C9A2A904928443926
Octal21423252110111501047146
Binary10001100100110101010101001010010011010001000100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,154,42); }

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

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

 a { background-color: rgb(140,154,42); }

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

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

 span { border-color: rgb(140,154,42); }

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