#98961A

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

Shades of Citron #98961A

Tints of Citron #98961A

Color information

#98961A (or 0x98961A) is unknown color: approx Citron. HEX triplet: 98, 96 and 1A. RGB value is (152,150,26). Sum of RGB (Red+Green+Blue) = 152+150+26=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98961A is #6769E5. Grayscale: #888888. Windows color (decimal): -6777318 or 1742488. OLE color: 1742488.

HSL color Cylindrical-coordinate representation of color #98961A: hue angle of 59.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98961A is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15215026-
CMYK00.010.830.40
HSL59.05º70.79%34.9%-
HSV(B)59.05º82.89%59.61%-
XYZ24.0428.565.22-
YUV136.4665.66139.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 26 (10.55% from 255) = 7.93%
R=46.34%
G=45.73%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521502600.010.830.4059.0570.7934.9
Hex98961A0153283b4723
Octal2302263201123507310743
Binary1001100010010110110100110100111010001110111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98961A; }

 p { color: rgb(152,150,26); }

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

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

 a { background-color: rgb(152,150,26); }

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

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

 span { border-color: rgb(152,150,26); }

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