Html Css Color HEX #97A72D Limerick

📋 copy color: '#97A72D'

red 151 ◦ green 167 ◦ blue 45

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

Shades of Limerick #97A72D

Tints of Limerick #97A72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.01%

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 41.6%
G = 46.01%
B = 12.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#97A72D (or 0x97A72D) is known color: Limerick. HEX triplet: 97, A7 and 2D. RGB value is (151,167,45). Sum of RGB (Red+Green+Blue) = 151+167+45=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 167 - color contains mainly: green. Hex color #97A72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A72D is #6858D2. Grayscale: #949494. Windows color (decimal): -6838483 or 2992023. OLE color: 2992023.

HSL color Cylindrical-coordinate representation of color #97A72D: hue angle of 67.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97A72D is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 167 45 -
CMYK 0.10 0 0.73 0.35
HSL 67.87º 0.58% 0.42% -
HSV(B) 67.87º 0.73% 0.65% -
XYZ 27.05 34.41 7.7 -
YUV 148.31 69.7 129.92 -
System Red Green Blue C M Y K H S L
Decimal 151 167 45 0.10 0 0.73 0.35 67.87 0.58 0.42
Hex 97 A7 2D A 0 49 23 44 3A 2A
Octal 227 247 55 12 0 111 43 104 72 52
Binary 10010111 10100111 101101 1010 0 1001001 100011 1000100 111010 101010

Color Harmonies of #97A72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A72D

Black with #97A72D

Text Example


Text Example

White with #97A72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,167,45); }

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

background-color css

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

 a { background-color: rgb(151,167,45); }

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

border-color css

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

 span { border-color: rgb(151,167,45); }

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