#98940B

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

Shades of Citron #98940B

Tints of Citron #98940B

Color information

#98940B (or 0x98940B) is unknown color: approx Citron. HEX triplet: 98, 94 and 0B. RGB value is (152,148,11). Sum of RGB (Red+Green+Blue) = 152+148+11=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98940B is #676BF4. Grayscale: #868686. Windows color (decimal): -6777845 or 758936. OLE color: 758936.

HSL color Cylindrical-coordinate representation of color #98940B: hue angle of 58.3º degrees, saturation: 0.87, 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 #98940B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB15214811-
CMYK00.030.930.40
HSL58.3º86.5%31.96%-
HSV(B)58.3º92.76%59.61%-
XYZ23.627.884.45-
YUV133.5858.83141.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 148 (58.20% from 255) = 47.59%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=48.87%
G=47.59%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521481100.030.930.4058.386.531.96
Hex9894B035D283a5720
Octal2302241303135507212740
Binary1001100010010100101101110111011010001110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98940B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98940B; }

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

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

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

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

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

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

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

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