#97B92B

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

Shades of Limerick #97B92B

Tints of Limerick #97B92B

Color information

#97B92B (or 0x97B92B) is unknown color: approx Limerick. HEX triplet: 97, B9 and 2B. RGB value is (151,185,43). Sum of RGB (Red+Green+Blue) = 151+185+43=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #97B92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B92B is #6846D4. Grayscale: #9F9F9F. Windows color (decimal): -6833877 or 2865559. OLE color: 2865559.

HSL color Cylindrical-coordinate representation of color #97B92B: hue angle of 74.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97B92B is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB15118543-
CMYK0.1800.770.27
HSL74.37º62.28%44.71%-
HSV(B)74.37º76.76%72.55%-
XYZ30.5541.458.68-
YUV158.6562.74122.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 185 (72.66% from 255) = 48.81%
BLUE value IS 43 (17.19% from 255) = 11.35%
R=39.84%
G=48.81%
B=11.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151185430.1800.770.2774.3762.2844.71
Hex97B92B1204D1B4a3e2d
Octal22727153220115331127655
Binary10010111101110011010111001001001101110111001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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