#8C8F10

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

Shades of Citron #8C8F10

Tints of Citron #8C8F10

Color information

#8C8F10 (or 0x8C8F10) is unknown color: approx Citron. HEX triplet: 8C, 8F and 10. RGB value is (140,143,16). Sum of RGB (Red+Green+Blue) = 140+143+16=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8F10 is #7370EF. Grayscale: #808080. Windows color (decimal): -7565552 or 1085324. OLE color: 1085324.

HSL color Cylindrical-coordinate representation of color #8C8F10: hue angle of 61.42º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C8F10 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB14014316-
CMYK0.0200.890.44
HSL61.42º79.87%31.18%-
HSV(B)61.42º88.81%56.08%-
XYZ20.7325.264.27-
YUV127.6265.01136.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 143 (56.25% from 255) = 47.83%
BLUE value IS 16 (6.64% from 255) = 5.35%
R=46.82%
G=47.83%
B=5.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140143160.0200.890.4461.4279.8731.18
Hex8C8F1020592C3d501f
Octal2142172020131547512037
Binary1000110010001111100001001011001101100111101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,143,16); }

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

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

 a { background-color: rgb(140,143,16); }

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

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

 span { border-color: rgb(140,143,16); }

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