#8D971A

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

Shades of Citron #8D971A

Tints of Citron #8D971A

Color information

#8D971A (or 0x8D971A) is unknown color: approx Citron. HEX triplet: 8D, 97 and 1A. RGB value is (141,151,26). Sum of RGB (Red+Green+Blue) = 141+151+26=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #8D971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D971A is #7268E5. Grayscale: #868686. Windows color (decimal): -7497958 or 1742733. OLE color: 1742733.

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

Color convert

RGB14115126-
CMYK0.0700.830.41
HSL64.8º70.62%34.71%-
HSV(B)64.8º82.78%59.22%-
XYZ22.2427.875.18-
YUV133.7667.19133.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 151 (59.38% from 255) = 47.48%
BLUE value IS 26 (10.55% from 255) = 8.18%
R=44.34%
G=47.48%
B=8.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141151260.0700.830.4164.870.6234.71
Hex8D971A705329414723
Octal21522732701235110110743
Binary1000110110010111110101110101001110100110000011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D971A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,151,26); }

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

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

 a { background-color: rgb(141,151,26); }

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

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

 span { border-color: rgb(141,151,26); }

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