#98950a

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

Shades of Citron #98950A

Tints of Citron #98950A

Color information

#98950A (or 0x98950A) is unknown color: approx Citron. HEX triplet: 98, 95 and 0A. RGB value is (152,149,10). Sum of RGB (Red+Green+Blue) = 152+149+10=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98950A is #676AF5. Grayscale: #868686. Windows color (decimal): -6777590 or 693656. OLE color: 693656.

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

Color convert

RGB15214910-
CMYK00.020.930.40
HSL58.73º87.65%31.76%-
HSV(B)58.73º93.42%59.61%-
XYZ23.7528.194.48-
YUV134.0557.99140.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 10 (4.30% from 255) = 3.22%
R=48.87%
G=47.91%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521491000.020.930.4058.7387.6531.76
Hex9895A025D283b5820
Octal2302251202135507313040
Binary1001100010010101101001010111011010001110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98950a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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