#97A10A

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

Shades of Citrus #97A10A

Tints of Citrus #97A10A

Color information

#97A10A (or 0x97A10A) is unknown color: approx Citrus. HEX triplet: 97, A1 and 0A. RGB value is (151,161,10). Sum of RGB (Red+Green+Blue) = 151+161+10=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #97A10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A10A is #685EF5. Grayscale: #8D8D8D. Windows color (decimal): -6840054 or 696727. OLE color: 696727.

HSL color Cylindrical-coordinate representation of color #97A10A: hue angle of 63.97º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97A10A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB15116110-
CMYK0.0600.940.37
HSL63.97º88.3%33.53%-
HSV(B)63.97º93.79%63.14%-
XYZ25.5632.095.13-
YUV140.854.19135.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 161 (63.28% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 3.11%
R=46.89%
G=50%
B=3.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151161100.0600.940.3763.9788.333.53
Hex97A1A605E25405822
Octal22724112601364510013042
Binary100101111010000110101100101111010010110000001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,161,10); }

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

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

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

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

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

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

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