#97A534

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

Shades of Limerick #97A534

Tints of Limerick #97A534

Color information

#97A534 (or 0x97A534) is unknown color: approx Limerick. HEX triplet: 97, A5 and 34. RGB value is (151,165,52). Sum of RGB (Red+Green+Blue) = 151+165+52=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #97A534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A534 is #685ACB. Grayscale: #949494. Windows color (decimal): -6838988 or 3450263. OLE color: 3450263.

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

Color convert

RGB15116552-
CMYK0.0800.680.35
HSL67.43º52.07%42.55%-
HSV(B)67.43º68.48%64.71%-
XYZ26.8433.748.35-
YUV147.9373.86130.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 52 (20.70% from 255) = 14.13%
R=41.03%
G=44.84%
B=14.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165520.0800.680.3567.4352.0742.55
Hex97A53480442343342b
Octal22724564100104431036453
Binary10010111101001011101001000010001001000111000011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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