#8F962F

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

Shades of Citron #8F962F

Tints of Citron #8F962F

Color information

#8F962F (or 0x8F962F) is unknown color: approx Citron. HEX triplet: 8F, 96 and 2F. RGB value is (143,150,47). Sum of RGB (Red+Green+Blue) = 143+150+47=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #8F962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F962F is #7069D0. Grayscale: #888888. Windows color (decimal): -7367121 or 3118735. OLE color: 3118735.

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

Color convert

RGB14315047-
CMYK0.0500.690.41
HSL64.08º52.28%38.63%-
HSV(B)64.08º68.67%58.82%-
XYZ22.7527.866.87-
YUV136.1677.68132.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.06%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 47 (18.75% from 255) = 13.82%
R=42.06%
G=44.12%
B=13.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143150470.0500.690.4164.0852.2838.63
Hex8F962F504529403427
Octal2172265750105511006447
Binary1000111110010110101111101010001011010011000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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