#8F9114

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

Shades of Citron #8F9114

Tints of Citron #8F9114

Color information

#8F9114 (or 0x8F9114) is unknown color: approx Citron. HEX triplet: 8F, 91 and 14. RGB value is (143,145,20). Sum of RGB (Red+Green+Blue) = 143+145+20=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9114 is #706EEB. Grayscale: #828282. Windows color (decimal): -7368428 or 1347983. OLE color: 1347983.

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

Color convert

RGB14314520-
CMYK0.0100.860.43
HSL60.96º75.76%32.35%-
HSV(B)60.96º86.21%56.86%-
XYZ21.5826.144.57-
YUV130.1565.84137.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 20 (8.20% from 255) = 6.49%
R=46.43%
G=47.08%
B=6.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143145200.0100.860.4360.9675.7632.35
Hex8F911410562B3d4c20
Octal2172212410126537511440
Binary1000111110010001101001010101101010111111011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,145,20); }

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

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

 a { background-color: rgb(143,145,20); }

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

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

 span { border-color: rgb(143,145,20); }

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