#97A30A

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

Shades of Citrus #97A30A

Tints of Citrus #97A30A

Color information

#97A30A (or 0x97A30A) is unknown color: approx Citrus. HEX triplet: 97, A3 and 0A. RGB value is (151,163,10). Sum of RGB (Red+Green+Blue) = 151+163+10=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #97A30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A30A is #685CF5. Grayscale: #8E8E8E. Windows color (decimal): -6839542 or 697239. OLE color: 697239.

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

Color convert

RGB15116310-
CMYK0.0700.940.36
HSL64.71º88.44%33.92%-
HSV(B)64.71º93.87%63.92%-
XYZ25.9132.85.25-
YUV141.9753.52134.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.60%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 10 (4.30% from 255) = 3.09%
R=46.60%
G=50.31%
B=3.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151163100.0700.940.3664.7188.4433.92
Hex97A3A705E24415822
Octal22724312701364410113042
Binary100101111010001110101110101111010010010000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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