#97A616

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

Shades of Citron #97A616

Tints of Citron #97A616

Color information

#97A616 (or 0x97A616) is unknown color: approx Citron. HEX triplet: 97, A6 and 16. RGB value is (151,166,22). Sum of RGB (Red+Green+Blue) = 151+166+22=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #97A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A616 is #6859E9. Grayscale: #919191. Windows color (decimal): -6838762 or 1484439. OLE color: 1484439.

HSL color Cylindrical-coordinate representation of color #97A616: hue angle of 66.25º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97A616 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB15116622-
CMYK0.0900.870.35
HSL66.25º76.6%36.86%-
HSV(B)66.25º86.75%65.1%-
XYZ26.5433.915.91-
YUV145.158.53132.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 22 (8.98% from 255) = 6.49%
R=44.54%
G=48.97%
B=6.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151166220.0900.870.3566.2576.636.86
Hex97A616905723424d25
Octal227246261101274310211545
Binary10010111101001101011010010101011110001110000101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A616; }

 p { color: rgb(151,166,22); }

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

<style>
 a { background-color: #97A616; }

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

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

<style>
 span { border-color: #97A616; }

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

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