#97960D

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

Shades of Citron #97960D

Tints of Citron #97960D

Color information

#97960D (or 0x97960D) is unknown color: approx Citron. HEX triplet: 97, 96 and 0D. RGB value is (151,150,13). Sum of RGB (Red+Green+Blue) = 151+150+13=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97960D is #6869F2. Grayscale: #878787. Windows color (decimal): -6842867 or 890519. OLE color: 890519.

HSL color Cylindrical-coordinate representation of color #97960D: hue angle of 59.57º degrees, saturation: 0.84, 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 #97960D is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15115013-
CMYK00.010.910.41
HSL59.57º84.15%32.16%-
HSV(B)59.57º91.39%59.22%-
XYZ23.7428.424.62-
YUV134.6859.33139.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 13 (5.47% from 255) = 4.14%
R=48.09%
G=47.77%
B=4.14%

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
Decimal1511501300.010.910.4159.5784.1532.16
Hex9796D015B293c5420
Octal2272261501133517412440
Binary100101111001011011010110110111010011111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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