#97901A

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

Shades of Citron #97901A

Tints of Citron #97901A

Color information

#97901A (or 0x97901A) is unknown color: approx Citron. HEX triplet: 97, 90 and 1A. RGB value is (151,144,26). Sum of RGB (Red+Green+Blue) = 151+144+26=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #97901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97901A is #686FE5. Grayscale: #858585. Windows color (decimal): -6844390 or 1740951. OLE color: 1740951.

HSL color Cylindrical-coordinate representation of color #97901A: hue angle of 56.64º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97901A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15114426-
CMYK00.050.830.41
HSL56.64º70.62%34.71%-
HSV(B)56.64º82.78%59.22%-
XYZ22.9226.64.9-
YUV132.6467.82141.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 26 (10.55% from 255) = 8.10%
R=47.04%
G=44.86%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511442600.050.830.4156.6470.6234.71
Hex97901A055329394723
Octal2272203205123517110743
Binary100101111001000011010010110100111010011110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97901A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97901A; }

 p { color: rgb(151,144,26); }

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

<style>
 a { background-color: #97901A; }

 a { background-color: rgb(151,144,26); }

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

<style>
 span { border-color: #97901A; }

 span { border-color: rgb(151,144,26); }

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