#98971C

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

Shades of Citron #98971C

Tints of Citron #98971C

Color information

#98971C (or 0x98971C) is unknown color: approx Citron. HEX triplet: 98, 97 and 1C. RGB value is (152,151,28). Sum of RGB (Red+Green+Blue) = 152+151+28=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98971C is #6768E3. Grayscale: #898989. Windows color (decimal): -6777060 or 1873816. OLE color: 1873816.

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

Color convert

RGB15215128-
CMYK00.010.820.40
HSL59.52º68.89%35.29%-
HSV(B)59.52º81.58%59.61%-
XYZ24.2328.895.4-
YUV137.2866.33138.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 28 (11.33% from 255) = 8.46%
R=45.92%
G=45.62%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521512800.010.820.4059.5268.8935.29
Hex98971C0152283c4523
Octal2302273401122507410543
Binary1001100010010111111000110100101010001111001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98971C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98971C; }

 p { color: rgb(152,151,28); }

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

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

 a { background-color: rgb(152,151,28); }

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

<style>
 span { border-color: #98971C; }

 span { border-color: rgb(152,151,28); }

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