#97AE2B

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

Shades of Limerick #97AE2B

Tints of Limerick #97AE2B

Color information

#97AE2B (or 0x97AE2B) is unknown color: approx Limerick. HEX triplet: 97, AE and 2B. RGB value is (151,174,43). Sum of RGB (Red+Green+Blue) = 151+174+43=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AE2B is #6851D4. Grayscale: #989898. Windows color (decimal): -6836693 or 2862743. OLE color: 2862743.

HSL color Cylindrical-coordinate representation of color #97AE2B: hue angle of 70.53º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97AE2B is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB15117443-
CMYK0.1300.750.32
HSL70.53º60.37%42.55%-
HSV(B)70.53º75.29%68.24%-
XYZ28.3337.037.94-
YUV152.1966.38127.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=41.03%
G=47.28%
B=11.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151174430.1300.750.3270.5360.3742.55
Hex97AE2BD04B20473c2b
Octal22725653150113401077453
Binary10010111101011101010111101010010111000001000111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,174,43); }

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

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

 a { background-color: rgb(151,174,43); }

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

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

 span { border-color: rgb(151,174,43); }

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