#8D9814

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

Shades of Citron #8D9814

Tints of Citron #8D9814

Color information

#8D9814 (or 0x8D9814) is unknown color: approx Citron. HEX triplet: 8D, 98 and 14. RGB value is (141,152,20). Sum of RGB (Red+Green+Blue) = 141+152+20=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9814 is #7267EB. Grayscale: #868686. Windows color (decimal): -7497708 or 1349773. OLE color: 1349773.

HSL color Cylindrical-coordinate representation of color #8D9814: hue angle of 65º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D9814 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB14115220-
CMYK0.0700.870.40
HSL65º76.74%33.73%-
HSV(B)65º86.84%59.61%-
XYZ22.3428.174.92-
YUV133.6663.86133.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 20 (8.20% from 255) = 6.39%
R=45.05%
G=48.56%
B=6.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141152200.0700.870.406576.7433.73
Hex8D9814705728414d22
Octal21523024701275010111542
Binary1000110110011000101001110101011110100010000011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,152,20); }

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

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

 a { background-color: rgb(141,152,20); }

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

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

 span { border-color: rgb(141,152,20); }

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