#8F950C

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

Shades of Citron #8F950C

Tints of Citron #8F950C

Color information

#8F950C (or 0x8F950C) is unknown color: approx Citron. HEX triplet: 8F, 95 and 0C. RGB value is (143,149,12). Sum of RGB (Red+Green+Blue) = 143+149+12=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #8F950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F950C is #706AF3. Grayscale: #848484. Windows color (decimal): -7367412 or 824719. OLE color: 824719.

HSL color Cylindrical-coordinate representation of color #8F950C: hue angle of 62.63º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F950C is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14314912-
CMYK0.0400.920.42
HSL62.63º85.09%31.57%-
HSV(B)62.63º91.95%58.43%-
XYZ22.1427.364.46-
YUV131.5960.51136.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.04%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 12 (5.08% from 255) = 3.95%
R=47.04%
G=49.01%
B=3.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143149120.0400.920.4262.6385.0931.57
Hex8F95C405C2A3f5520
Octal2172251440134527712540
Binary10001111100101011100100010111001010101111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,149,12); }

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

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

 a { background-color: rgb(143,149,12); }

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

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

 span { border-color: rgb(143,149,12); }

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