#8C992A

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

Shades of Citron #8C992A

Tints of Citron #8C992A

Color information

#8C992A (or 0x8C992A) is unknown color: approx Citron. HEX triplet: 8C, 99 and 2A. RGB value is (140,153,42). Sum of RGB (Red+Green+Blue) = 140+153+42=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #8C992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C992A is #7366D5. Grayscale: #888888. Windows color (decimal): -7562966 or 2791820. OLE color: 2791820.

HSL color Cylindrical-coordinate representation of color #8C992A: hue angle of 67.03º 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 #8C992A is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB14015342-
CMYK0.0800.730.4
HSL67.03º56.92%38.24%-
HSV(B)67.03º72.55%60%-
XYZ22.6228.536.5-
YUV136.4674.69130.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=41.79%
G=45.67%
B=12.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153420.0800.730.467.0356.9238.24
Hex8C992A804928433926
Octal21423152100111501037146
Binary10001100100110011010101000010010011010001000011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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