#989427

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

Shades of Citron #989427

Tints of Citron #989427

Color information

#989427 (or 0x989427) is unknown color: approx Citron. HEX triplet: 98, 94 and 27. RGB value is (152,148,39). Sum of RGB (Red+Green+Blue) = 152+148+39=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #989427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989427 is #676BD8. Grayscale: #898989. Windows color (decimal): -6777817 or 2593944. OLE color: 2593944.

HSL color Cylindrical-coordinate representation of color #989427: hue angle of 57.88º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #989427 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB15214839-
CMYK00.030.740.40
HSL57.88º59.16%37.45%-
HSV(B)57.88º74.34%59.61%-
XYZ23.91286.06-
YUV136.7772.83138.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 39 (15.62% from 255) = 11.50%
R=44.84%
G=43.66%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521483900.030.740.4057.8859.1637.45
Hex989427034A283a3b25
Octal230224470311250727345
Binary10011000100101001001110111001010101000111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989427; }

 p { color: rgb(152,148,39); }

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

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

 a { background-color: rgb(152,148,39); }

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

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

 span { border-color: rgb(152,148,39); }

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