#97B022

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

Shades of Limerick #97B022

Tints of Limerick #97B022

Color information

#97B022 (or 0x97B022) is unknown color: approx Limerick. HEX triplet: 97, B0 and 22. RGB value is (151,176,34). Sum of RGB (Red+Green+Blue) = 151+176+34=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #97B022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97B022 is #684FDD. Grayscale: #989898. Windows color (decimal): -6836190 or 2273431. OLE color: 2273431.

HSL color Cylindrical-coordinate representation of color #97B022: hue angle of 70.56º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97B022 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB15117634-
CMYK0.1400.810.31
HSL70.56º67.62%41.18%-
HSV(B)70.56º80.68%69.02%-
XYZ28.5837.757.29-
YUV152.3461.22127.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 176 (69.14% from 255) = 48.75%
BLUE value IS 34 (13.67% from 255) = 9.42%
R=41.83%
G=48.75%
B=9.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151176340.1400.810.3170.5667.6241.18
Hex97B022E0511F474429
Octal227260421601213710710451
Binary10010111101100001000101110010100011111110001111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,176,34); }

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

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

 a { background-color: rgb(151,176,34); }

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

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

 span { border-color: rgb(151,176,34); }

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