#97972E

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

Shades of Citron #97972E

Tints of Citron #97972E

Color information

#97972E (or 0x97972E) is unknown color: approx Citron. HEX triplet: 97, 97 and 2E. RGB value is (151,151,46). Sum of RGB (Red+Green+Blue) = 151+151+46=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97972E is #6868D1. Grayscale: #8B8B8B. Windows color (decimal): -6842578 or 3053463. OLE color: 3053463.

HSL color Cylindrical-coordinate representation of color #97972E: hue angle of 60º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97972E is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15115146-
CMYK000.700.41
HSL60º53.3%38.63%-
HSV(B)60º69.54%59.22%-
XYZ24.3228.916.88-
YUV139.0375.5136.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=43.39%
G=43.39%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115146000.700.416053.338.63
Hex97972E0046293c3527
Octal227227560010651746547
Binary1001011110010111101110001000110101001111100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,151,46); }

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

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

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

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

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

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

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