#8E972B

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

Shades of Citron #8E972B

Tints of Citron #8E972B

Color information

#8E972B (or 0x8E972B) is unknown color: approx Citron. HEX triplet: 8E, 97 and 2B. RGB value is (142,151,43). Sum of RGB (Red+Green+Blue) = 142+151+43=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #8E972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E972B is #7168D4. Grayscale: #888888. Windows color (decimal): -7432405 or 2856846. OLE color: 2856846.

HSL color Cylindrical-coordinate representation of color #8E972B: hue angle of 65º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E972B is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB14215143-
CMYK0.0600.720.41
HSL65º55.67%38.04%-
HSV(B)65º71.52%59.22%-
XYZ22.6628.066.51-
YUV13675.52132.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 43 (17.19% from 255) = 12.80%
R=42.26%
G=44.94%
B=12.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142151430.0600.720.416555.6738.04
Hex8E972B604829413826
Octal2162275360110511017046
Binary1000111010010111101011110010010001010011000001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,151,43); }

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

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

 a { background-color: rgb(142,151,43); }

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

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

 span { border-color: rgb(142,151,43); }

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