#97A509

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

Shades of Citrus #97A509

Tints of Citrus #97A509

Color information

#97A509 (or 0x97A509) is unknown color: approx Citrus. HEX triplet: 97, A5 and 09. RGB value is (151,165,9). Sum of RGB (Red+Green+Blue) = 151+165+9=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #97A509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A509 is #685AF6. Grayscale: #8F8F8F. Windows color (decimal): -6839031 or 632215. OLE color: 632215.

HSL color Cylindrical-coordinate representation of color #97A509: hue angle of 65.38º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97A509 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1511659-
CMYK0.0800.950.35
HSL65.38º89.66%34.12%-
HSV(B)65.38º94.55%64.71%-
XYZ26.2733.515.34-
YUV143.0352.36133.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 9 (3.91% from 255) = 2.77%
R=46.46%
G=50.77%
B=2.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15116590.0800.950.3565.3889.6634.12
Hex97A59805F23415a22
Octal227245111001374310113242
Binary1001011110100101100110000101111110001110000011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,165,9); }

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

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

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

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

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

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

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