Html Css Color HEX #97B430 Limerick

📋 copy color: '#97B430'

red 151 ◦ green 180 ◦ blue 48

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

Shades of Limerick #97B430

Tints of Limerick #97B430

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.49%

 BLUE value IS 48 (19.14% from 255) = 12.66%

R = 39.84%
G = 47.49%
B = 12.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#97B430 (or 0x97B430) is known color: Limerick. HEX triplet: 97, B4 and 30. RGB value is (151,180,48). Sum of RGB (Red+Green+Blue) = 151+180+48=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #97B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B430 is #684BCF. Grayscale: #9C9C9C. Windows color (decimal): -6835152 or 3191959. OLE color: 3191959.

HSL color Cylindrical-coordinate representation of color #97B430: hue angle of 73.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97B430 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 180 48 -
CMYK 0.16 0 0.73 0.29
HSL 73.18º 0.58% 0.45% -
HSV(B) 73.18º 0.73% 0.71% -
XYZ 29.62 39.44 8.85 -
YUV 156.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 151 180 48 0.16 0 0.73 0.29 73.18 0.58 0.45
Hex 97 B4 30 10 0 49 1D 49 3A 2D
Octal 227 264 60 20 0 111 35 111 72 55
Binary 10010111 10110100 110000 10000 0 1001001 11101 1001001 111010 101101

Color Harmonies of #97B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B430

Black with #97B430

Text Example


Text Example

White with #97B430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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