#8E9216

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

Shades of Citron #8E9216

Tints of Citron #8E9216

Color information

#8E9216 (or 0x8E9216) is unknown color: approx Citron. HEX triplet: 8E, 92 and 16. RGB value is (142,146,22). Sum of RGB (Red+Green+Blue) = 142+146+22=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9216 is #716DE9. Grayscale: #838383. Windows color (decimal): -7433706 or 1479310. OLE color: 1479310.

HSL color Cylindrical-coordinate representation of color #8E9216: hue angle of 61.94º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E9216 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14214622-
CMYK0.0300.850.43
HSL61.94º73.81%32.94%-
HSV(B)61.94º84.93%57.25%-
XYZ21.5826.374.71-
YUV130.6766.67136.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 22 (8.98% from 255) = 7.10%
R=45.81%
G=47.10%
B=7.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146220.0300.850.4361.9473.8132.94
Hex8E921630552B3e4a21
Octal2162222630125537611241
Binary10001110100100101011011010101011010111111101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,22); }

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

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

 a { background-color: rgb(142,146,22); }

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

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

 span { border-color: rgb(142,146,22); }

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