#97B730

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

Shades of Limerick #97B730

Tints of Limerick #97B730

Color information

#97B730 (or 0x97B730) is unknown color: approx Limerick. HEX triplet: 97, B7 and 30. RGB value is (151,183,48). Sum of RGB (Red+Green+Blue) = 151+183+48=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #97B730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B730 is #6848CF. Grayscale: #9E9E9E. Windows color (decimal): -6834384 or 3192727. OLE color: 3192727.

HSL color Cylindrical-coordinate representation of color #97B730: hue angle of 74.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97B730 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB15118348-
CMYK0.1700.740.28
HSL74.22º58.44%45.29%-
HSV(B)74.22º73.77%71.76%-
XYZ30.2340.669.05-
YUV158.0465.9122.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.53%
GREEN value IS 183 (71.88% from 255) = 47.91%
BLUE value IS 48 (19.14% from 255) = 12.57%
R=39.53%
G=47.91%
B=12.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151183480.1700.740.2874.2258.4445.29
Hex97B7301104A1C4a3a2d
Octal22726760210112341127255
Binary10010111101101111100001000101001010111001001010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,183,48); }

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

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

 a { background-color: rgb(151,183,48); }

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

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

 span { border-color: rgb(151,183,48); }

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