Html Css Color HEX #97A63C Limerick

📋 copy color: '#97A63C'

red 151 ◦ green 166 ◦ blue 60

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

Shades of Limerick #97A63C

Tints of Limerick #97A63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 40.05%
G = 44.03%
B = 15.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#97A63C (or 0x97A63C) is known color: Limerick. HEX triplet: 97, A6 and 3C. RGB value is (151,166,60). Sum of RGB (Red+Green+Blue) = 151+166+60=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #97A63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A63C is #6859C3. Grayscale: #959595. Windows color (decimal): -6838724 or 3974807. OLE color: 3974807.

HSL color Cylindrical-coordinate representation of color #97A63C: hue angle of 68.49º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97A63C is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 166 60 -
CMYK 0.09 0 0.64 0.35
HSL 68.49º 0.47% 0.44% -
HSV(B) 68.49º 0.64% 0.65% -
XYZ 27.21 34.18 9.44 -
YUV 149.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 151 166 60 0.09 0 0.64 0.35 68.49 0.47 0.44
Hex 97 A6 3C 9 0 40 23 44 2F 2C
Octal 227 246 74 11 0 100 43 104 57 54
Binary 10010111 10100110 111100 1001 0 1000000 100011 1000100 101111 101100

Color Harmonies of #97A63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A63C

Black with #97A63C

Text Example


Text Example

White with #97A63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,166,60); }

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

background-color css

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

 a { background-color: rgb(151,166,60); }

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

border-color css

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

 span { border-color: rgb(151,166,60); }

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