#98950E

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

Shades of Citron #98950E

Tints of Citron #98950E

Color information

#98950E (or 0x98950E) is unknown color: approx Citron. HEX triplet: 98, 95 and 0E. RGB value is (152,149,14). Sum of RGB (Red+Green+Blue) = 152+149+14=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98950E is #676AF1. Grayscale: #878787. Windows color (decimal): -6777586 or 955800. OLE color: 955800.

HSL color Cylindrical-coordinate representation of color #98950E: hue angle of 58.7º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98950E is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB15214914-
CMYK00.020.910.40
HSL58.7º83.13%32.55%-
HSV(B)58.7º90.79%59.61%-
XYZ23.7828.24.61-
YUV134.5159.99140.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=48.25%
G=47.30%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521491400.020.910.4058.783.1332.55
Hex9895E025B283b5321
Octal2302251602133507312341
Binary1001100010010101111001010110111010001110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98950E; }

 p { color: rgb(152,149,14); }

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

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

 a { background-color: rgb(152,149,14); }

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

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

 span { border-color: rgb(152,149,14); }

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