#97960E

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

Shades of Citron #97960E

Tints of Citron #97960E

Color information

#97960E (or 0x97960E) is unknown color: approx Citron. HEX triplet: 97, 96 and 0E. RGB value is (151,150,14). Sum of RGB (Red+Green+Blue) = 151+150+14=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #97960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97960E is #6869F1. Grayscale: #878787. Windows color (decimal): -6842866 or 956055. OLE color: 956055.

HSL color Cylindrical-coordinate representation of color #97960E: hue angle of 59.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97960E is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15115014-
CMYK00.010.910.41
HSL59.56º83.03%32.35%-
HSV(B)59.56º90.73%59.22%-
XYZ23.7528.424.65-
YUV134.859.83139.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=47.94%
G=47.62%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511501400.010.910.4159.5683.0332.35
Hex9796E015B293c5320
Octal2272261601133517412340
Binary100101111001011011100110110111010011111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97960E; }

 p { color: rgb(151,150,14); }

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

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

 a { background-color: rgb(151,150,14); }

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

<style>
 span { border-color: #97960E; }

 span { border-color: rgb(151,150,14); }

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