#98990c

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

Shades of Citron #98990C

Tints of Citron #98990C

Color information

#98990C (or 0x98990C) is unknown color: approx Citron. HEX triplet: 98, 99 and 0C. RGB value is (152,153,12). Sum of RGB (Red+Green+Blue) = 152+153+12=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #98990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98990C is #6766F3. Grayscale: #898989. Windows color (decimal): -6776564 or 825752. OLE color: 825752.

HSL color Cylindrical-coordinate representation of color #98990C: hue angle of 60.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98990C is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB15215312-
CMYK0.0100.920.4
HSL60.43º85.45%32.35%-
HSV(B)60.43º92.16%60%-
XYZ24.4129.484.75-
YUV136.6357.67138.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=47.95%
G=48.26%
B=3.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152153120.0100.920.460.4385.4532.35
Hex9899C105C283c5520
Octal2302311410134507412540
Binary100110001001100111001010111001010001111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98990c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98990c; }

 p { color: rgb(152,153,12); }

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

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

 a { background-color: rgb(152,153,12); }

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

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

 span { border-color: rgb(152,153,12); }

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