#8C9708

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

Shades of Citron #8C9708

Tints of Citron #8C9708

Color information

#8C9708 (or 0x8C9708) is unknown color: approx Citron. HEX triplet: 8C, 97 and 08. RGB value is (140,151,8). Sum of RGB (Red+Green+Blue) = 140+151+8=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9708 is #7368F7. Grayscale: #838383. Windows color (decimal): -7563512 or 563084. OLE color: 563084.

HSL color Cylindrical-coordinate representation of color #8C9708: hue angle of 64.62º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C9708 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1401518-
CMYK0.0700.950.41
HSL64.62º89.94%31.18%-
HSV(B)64.62º94.7%59.22%-
XYZ21.9327.734.43-
YUV131.4158.36134.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=46.82%
G=50.50%
B=2.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14015180.0700.950.4164.6289.9431.18
Hex8C978705F29415a1f
Octal21422710701375110113237
Binary10001100100101111000111010111111010011000001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,151,8); }

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

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

 a { background-color: rgb(140,151,8); }

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

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

 span { border-color: rgb(140,151,8); }

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