Html Css Color HEX #97B03D Limerick

📋 copy color: '#97B03D'

red 151 ◦ green 176 ◦ blue 61

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

Shades of Limerick #97B03D

Tints of Limerick #97B03D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.36%

 BLUE value IS 61 (24.22% from 255) = 15.72%

R = 38.92%
G = 45.36%
B = 15.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#97B03D (or 0x97B03D) is known color: Limerick. HEX triplet: 97, B0 and 3D. RGB value is (151,176,61). Sum of RGB (Red+Green+Blue) = 151+176+61=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #97B03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97B03D is #684FC2. Grayscale: #9B9B9B. Windows color (decimal): -6836163 or 4042903. OLE color: 4042903.

HSL color Cylindrical-coordinate representation of color #97B03D: hue angle of 73.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #97B03D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 176 61 -
CMYK 0.14 0 0.65 0.31
HSL 73.04º 0.49% 0.46% -
HSV(B) 73.04º 0.65% 0.69% -
XYZ 29.13 37.97 10.21 -
YUV 155.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 151 176 61 0.14 0 0.65 0.31 73.04 0.49 0.46
Hex 97 B0 3D E 0 41 1F 49 31 2E
Octal 227 260 75 16 0 101 37 111 61 56
Binary 10010111 10110000 111101 1110 0 1000001 11111 1001001 110001 101110

Color Harmonies of #97B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B03D

Black with #97B03D

Text Example


Text Example

White with #97B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,176,61); }

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

background-color css

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

 a { background-color: rgb(151,176,61); }

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

border-color css

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

 span { border-color: rgb(151,176,61); }

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