#8F9B12

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

Shades of Citron #8F9B12

Tints of Citron #8F9B12

Color information

#8F9B12 (or 0x8F9B12) is unknown color: approx Citron. HEX triplet: 8F, 9B and 12. RGB value is (143,155,18). Sum of RGB (Red+Green+Blue) = 143+155+18=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9B12 is #7064ED. Grayscale: #888888. Windows color (decimal): -7365870 or 1219471. OLE color: 1219471.

HSL color Cylindrical-coordinate representation of color #8F9B12: hue angle of 65.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F9B12 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB14315518-
CMYK0.0800.880.39
HSL65.26º79.19%33.92%-
HSV(B)65.26º88.39%60.78%-
XYZ23.1629.335.01-
YUV135.7961.52133.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.25%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 18 (7.42% from 255) = 5.70%
R=45.25%
G=49.05%
B=5.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143155180.0800.880.3965.2679.1933.92
Hex8F9B12805827414f22
Octal217233221001304710111742
Binary10001111100110111001010000101100010011110000011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,18); }

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

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

 a { background-color: rgb(143,155,18); }

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

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

 span { border-color: rgb(143,155,18); }

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