#8F961F

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

Shades of Citron #8F961F

Tints of Citron #8F961F

Color information

#8F961F (or 0x8F961F) is unknown color: approx Citron. HEX triplet: 8F, 96 and 1F. RGB value is (143,150,31). Sum of RGB (Red+Green+Blue) = 143+150+31=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #8F961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F961F is #7069E0. Grayscale: #868686. Windows color (decimal): -7367137 or 2070159. OLE color: 2070159.

HSL color Cylindrical-coordinate representation of color #8F961F: hue angle of 63.53º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F961F is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB14315031-
CMYK0.0500.790.41
HSL63.53º65.75%35.49%-
HSV(B)63.53º79.33%58.82%-
XYZ22.4827.755.47-
YUV134.3469.68134.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.14%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=44.14%
G=46.30%
B=9.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143150310.0500.790.4163.5365.7535.49
Hex8F961F504F29404223
Octal21722637501175110010243
Binary1000111110010110111111010100111110100110000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,150,31); }

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

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

 a { background-color: rgb(143,150,31); }

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

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

 span { border-color: rgb(143,150,31); }

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