#8F8E2A

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

Shades of Citron #8F8E2A

Tints of Citron #8F8E2A

Color information

#8F8E2A (or 0x8F8E2A) is unknown color: approx Citron. HEX triplet: 8F, 8E and 2A. RGB value is (143,142,42). Sum of RGB (Red+Green+Blue) = 143+142+42=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8E2A is #7071D5. Grayscale: #838383. Windows color (decimal): -7369174 or 2789007. OLE color: 2789007.

HSL color Cylindrical-coordinate representation of color #8F8E2A: hue angle of 59.41º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F8E2A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14314242-
CMYK00.010.710.44
HSL59.41º54.59%36.27%-
HSV(B)59.41º70.63%56.08%-
XYZ21.4225.355.96-
YUV130.977.83136.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.73%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=43.73%
G=43.43%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431424200.010.710.4459.4154.5936.27
Hex8F8E2A01472C3b3724
Octal217216520110754736744
Binary1000111110001110101010011000111101100111011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,142,42); }

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

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

 a { background-color: rgb(143,142,42); }

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

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

 span { border-color: rgb(143,142,42); }

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