Html Css Color HEX #97B92C Limerick

📋 copy color: '#97B92C'

red 151 ◦ green 185 ◦ blue 44

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

Shades of Limerick #97B92C

Tints of Limerick #97B92C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.68%

 BLUE value IS 44 (17.58% from 255) = 11.58%

R = 39.74%
G = 48.68%
B = 11.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#97B92C (or 0x97B92C) is known color: Limerick. HEX triplet: 97, B9 and 2C. RGB value is (151,185,44). Sum of RGB (Red+Green+Blue) = 151+185+44=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #97B92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B92C is #6846D3. Grayscale: #9F9F9F. Windows color (decimal): -6833876 or 2931095. OLE color: 2931095.

HSL color Cylindrical-coordinate representation of color #97B92C: hue angle of 74.47º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97B92C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 185 44 -
CMYK 0.18 0 0.76 0.27
HSL 74.47º 0.62% 0.45% -
HSV(B) 74.47º 0.76% 0.73% -
XYZ 30.57 41.46 8.77 -
YUV 158.76 63.24 122.46 -
System Red Green Blue C M Y K H S L
Decimal 151 185 44 0.18 0 0.76 0.27 74.47 0.62 0.45
Hex 97 B9 2C 12 0 4C 1B 4A 3E 2D
Octal 227 271 54 22 0 114 33 112 76 55
Binary 10010111 10111001 101100 10010 0 1001100 11011 1001010 111110 101101

Color Harmonies of #97B92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B92C

Black with #97B92C

Text Example


Text Example

White with #97B92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,185,44); }

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

background-color css

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

 a { background-color: rgb(151,185,44); }

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

border-color css

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

 span { border-color: rgb(151,185,44); }

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