#97A223

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

Shades of Citron #97A223

Tints of Citron #97A223

Color information

#97A223 (or 0x97A223) is unknown color: approx Citron. HEX triplet: 97, A2 and 23. RGB value is (151,162,35). Sum of RGB (Red+Green+Blue) = 151+162+35=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #97A223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A223 is #685DDC. Grayscale: #909090. Windows color (decimal): -6839773 or 2335383. OLE color: 2335383.

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

Color convert

RGB15116235-
CMYK0.0700.780.36
HSL65.2º64.47%38.63%-
HSV(B)65.2º78.4%63.53%-
XYZ25.9932.546.5-
YUV144.2366.36132.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 35 (14.06% from 255) = 10.06%
R=43.39%
G=46.55%
B=10.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151162350.0700.780.3665.264.4738.63
Hex97A223704E24414027
Octal22724243701164410110047
Binary10010111101000101000111110100111010010010000011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,162,35); }

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

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

 a { background-color: rgb(151,162,35); }

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

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

 span { border-color: rgb(151,162,35); }

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