#8C991C

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

Shades of Citron #8C991C

Tints of Citron #8C991C

Color information

#8C991C (or 0x8C991C) is unknown color: approx Citron. HEX triplet: 8C, 99 and 1C. RGB value is (140,153,28). Sum of RGB (Red+Green+Blue) = 140+153+28=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #8C991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C991C is #7366E3. Grayscale: #878787. Windows color (decimal): -7562980 or 1874316. OLE color: 1874316.

HSL color Cylindrical-coordinate representation of color #8C991C: hue angle of 66.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C991C is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB14015328-
CMYK0.0800.820.4
HSL66.24º69.06%35.49%-
HSV(B)66.24º81.7%60%-
XYZ22.4228.445.41-
YUV134.8667.69131.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=43.61%
G=47.66%
B=8.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153280.0800.820.466.2469.0635.49
Hex8C991C805228424523
Octal214231341001225010210543
Binary10001100100110011110010000101001010100010000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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