#8F9224

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

Shades of Citron #8F9224

Tints of Citron #8F9224

Color information

#8F9224 (or 0x8F9224) is unknown color: approx Citron. HEX triplet: 8F, 92 and 24. RGB value is (143,146,36). Sum of RGB (Red+Green+Blue) = 143+146+36=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9224 is #706DDB. Grayscale: #858585. Windows color (decimal): -7368156 or 2396815. OLE color: 2396815.

HSL color Cylindrical-coordinate representation of color #8F9224: hue angle of 61.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F9224 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB14314636-
CMYK0.0200.750.43
HSL61.64º60.44%35.69%-
HSV(B)61.64º75.34%57.25%-
XYZ21.9326.525.63-
YUV132.5673.51135.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 36 (14.45% from 255) = 11.08%
R=44%
G=44.92%
B=11.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143146360.0200.750.4361.6460.4435.69
Hex8F9224204B2B3e3c24
Octal217222442011353767444
Binary10001111100100101001001001001011101011111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,146,36); }

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

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

 a { background-color: rgb(143,146,36); }

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

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

 span { border-color: rgb(143,146,36); }

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