#8C971A

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

Shades of Citron #8C971A

Tints of Citron #8C971A

Color information

#8C971A (or 0x8C971A) is unknown color: approx Citron. HEX triplet: 8C, 97 and 1A. RGB value is (140,151,26). Sum of RGB (Red+Green+Blue) = 140+151+26=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #8C971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C971A is #7368E5. Grayscale: #858585. Windows color (decimal): -7563494 or 1742732. OLE color: 1742732.

HSL color Cylindrical-coordinate representation of color #8C971A: hue angle of 65.28º 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 #8C971A is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB14015126-
CMYK0.0700.830.41
HSL65.28º70.62%34.71%-
HSV(B)65.28º82.78%59.22%-
XYZ22.0727.785.18-
YUV133.4667.36132.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 151 (59.38% from 255) = 47.63%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=44.16%
G=47.63%
B=8.20%

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
Decimal140151260.0700.830.4165.2870.6234.71
Hex8C971A705329414723
Octal21422732701235110110743
Binary1000110010010111110101110101001110100110000011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C971A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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