#8f9428

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

Shades of Citron #8F9428

Tints of Citron #8F9428

Color information

#8F9428 (or 0x8F9428) is unknown color: approx Citron. HEX triplet: 8F, 94 and 28. RGB value is (143,148,40). Sum of RGB (Red+Green+Blue) = 143+148+40=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9428 is #706BD7. Grayscale: #868686. Windows color (decimal): -7367640 or 2659471. OLE color: 2659471.

HSL color Cylindrical-coordinate representation of color #8F9428: hue angle of 62.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F9428 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14314840-
CMYK0.0300.730.42
HSL62.78º57.45%36.86%-
HSV(B)62.78º72.97%58.04%-
XYZ22.327.176.08-
YUV134.1974.84134.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=43.20%
G=44.71%
B=12.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143148400.0300.730.4262.7857.4536.86
Hex8F942830492A3f3925
Octal217224503011152777145
Binary10001111100101001010001101001001101010111111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f9428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,40); }

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

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

 a { background-color: rgb(143,148,40); }

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

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

 span { border-color: rgb(143,148,40); }

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