Html Css Color HEX #97BA25 Limerick

📋 copy color: '#97BA25'

red 151 ◦ green 186 ◦ blue 37

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

Shades of Limerick #97BA25

Tints of Limerick #97BA25

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 40.37%
G = 49.73%
B = 9.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#97BA25 (or 0x97BA25) is known color: Limerick. HEX triplet: 97, BA and 25. RGB value is (151,186,37). Sum of RGB (Red+Green+Blue) = 151+186+37=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA25 is #6845DA. Grayscale: #9F9F9F. Windows color (decimal): -6833627 or 2472599. OLE color: 2472599.

HSL color Cylindrical-coordinate representation of color #97BA25: hue angle of 74.09º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97BA25 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 37 -
CMYK 0.19 0 0.80 0.27
HSL 74.09º 0.67% 0.44% -
HSV(B) 74.09º 0.8% 0.73% -
XYZ 30.66 41.83 8.21 -
YUV 158.55 59.4 122.62 -
System Red Green Blue C M Y K H S L
Decimal 151 186 37 0.19 0 0.80 0.27 74.09 0.67 0.44
Hex 97 BA 25 13 0 50 1B 4A 43 2C
Octal 227 272 45 23 0 120 33 112 103 54
Binary 10010111 10111010 100101 10011 0 1010000 11011 1001010 1000011 101100

Color Harmonies of #97BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA25

Black with #97BA25

Text Example


Text Example

White with #97BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,37); }

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

background-color css

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

 a { background-color: rgb(151,186,37); }

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

border-color css

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

 span { border-color: rgb(151,186,37); }

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