Html Css Color HEX #97A82A Limerick

📋 copy color: '#97A82A'

red 151 ◦ green 168 ◦ blue 42

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

Shades of Limerick #97A82A

Tints of Limerick #97A82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.54%

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 41.83%
G = 46.54%
B = 11.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#97A82A (or 0x97A82A) is known color: Limerick. HEX triplet: 97, A8 and 2A. RGB value is (151,168,42). Sum of RGB (Red+Green+Blue) = 151+168+42=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #97A82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A82A is #6857D5. Grayscale: #959595. Windows color (decimal): -6838230 or 2795671. OLE color: 2795671.

HSL color Cylindrical-coordinate representation of color #97A82A: hue angle of 68.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97A82A is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 168 42 -
CMYK 0.10 0 0.75 0.34
HSL 68.1º 0.6% 0.41% -
HSV(B) 68.1º 0.75% 0.66% -
XYZ 27.18 34.75 7.47 -
YUV 148.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 151 168 42 0.10 0 0.75 0.34 68.1 0.6 0.41
Hex 97 A8 2A A 0 4B 22 44 3C 29
Octal 227 250 52 12 0 113 42 104 74 51
Binary 10010111 10101000 101010 1010 0 1001011 100010 1000100 111100 101001

Color Harmonies of #97A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A82A

Black with #97A82A

Text Example


Text Example

White with #97A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,168,42); }

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

background-color css

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

 a { background-color: rgb(151,168,42); }

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

border-color css

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

 span { border-color: rgb(151,168,42); }

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