#8F9215

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

Shades of Citron #8F9215

Tints of Citron #8F9215

Color information

#8F9215 (or 0x8F9215) is unknown color: approx Citron. HEX triplet: 8F, 92 and 15. RGB value is (143,146,21). Sum of RGB (Red+Green+Blue) = 143+146+21=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9215 is #706DEA. Grayscale: #838383. Windows color (decimal): -7368171 or 1413775. OLE color: 1413775.

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

Color convert

RGB14314621-
CMYK0.0200.860.43
HSL61.44º74.85%32.75%-
HSV(B)61.44º85.62%57.25%-
XYZ21.7426.454.67-
YUV130.8566.01136.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 21 (8.59% from 255) = 6.77%
R=46.13%
G=47.10%
B=6.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143146210.0200.860.4361.4474.8532.75
Hex8F921520562B3d4b21
Octal2172222520126537511341
Binary10001111100100101010110010101101010111111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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