Html Css Color HEX #97BC24 Limerick

📋 copy color: '#97BC24'

red 151 ◦ green 188 ◦ blue 36

#97BC24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #97BC24

Tints of Limerick #97BC24

RGB

 RED value IS 151 (59.38% from 255) = 40.27%

 GREEN value IS 188 (73.83% from 255) = 50.13%

 BLUE value IS 36 (14.45% from 255) = 9.6%

R = 40.27%
G = 50.13%
B = 9.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#97BC24 (or 0x97BC24) is known color: Limerick. HEX triplet: 97, BC and 24. RGB value is (151,188,36). Sum of RGB (Red+Green+Blue) = 151+188+36=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BC24 is #6843DB. Grayscale: #A0A0A0. Windows color (decimal): -6833116 or 2407575. OLE color: 2407575.

HSL color Cylindrical-coordinate representation of color #97BC24: hue angle of 74.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97BC24 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 188 36 -
CMYK 0.20 0 0.81 0.26
HSL 74.61º 0.68% 0.44% -
HSV(B) 74.61º 0.81% 0.74% -
XYZ 31.06 42.67 8.27 -
YUV 159.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 151 188 36 0.20 0 0.81 0.26 74.61 0.68 0.44
Hex 97 BC 24 14 0 51 1A 4B 44 2C
Octal 227 274 44 24 0 121 32 113 104 54
Binary 10010111 10111100 100100 10100 0 1010001 11010 1001011 1000100 101100

Color Harmonies of #97BC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BC24

Black with #97BC24

Text Example


Text Example

White with #97BC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,36); }

 H1.HeaderClassName
 {
   color: #97BC24;
 }
 .AnyTagClassName
 {
   color: #97BC24;
 }
</style>

background-color css

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

 a { background-color: rgb(151,188,36); }

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

border-color css

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

 span { border-color: rgb(151,188,36); }

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