#97A50D

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

Shades of Citrus #97A50D

Tints of Citrus #97A50D

Color information

#97A50D (or 0x97A50D) is unknown color: approx Citrus. HEX triplet: 97, A5 and 0D. RGB value is (151,165,13). Sum of RGB (Red+Green+Blue) = 151+165+13=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #97A50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A50D is #685AF2. Grayscale: #909090. Windows color (decimal): -6839027 or 894359. OLE color: 894359.

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

Color convert

RGB15116513-
CMYK0.0800.920.35
HSL65.53º85.39%34.9%-
HSV(B)65.53º92.12%64.71%-
XYZ26.2933.525.46-
YUV143.4954.36133.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 13 (5.47% from 255) = 3.95%
R=45.90%
G=50.15%
B=3.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165130.0800.920.3565.5385.3934.9
Hex97A5D805C23425523
Octal227245151001344310212543
Binary1001011110100101110110000101110010001110000101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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