Html Css Color HEX #97B23C Limerick

📋 copy color: '#97B23C'

red 151 ◦ green 178 ◦ blue 60

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

Shades of Limerick #97B23C

Tints of Limerick #97B23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

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

R = 38.82%
G = 45.76%
B = 15.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#97B23C (or 0x97B23C) is known color: Limerick. HEX triplet: 97, B2 and 3C. RGB value is (151,178,60). Sum of RGB (Red+Green+Blue) = 151+178+60=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #97B23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97B23C is #684DC3. Grayscale: #9C9C9C. Windows color (decimal): -6835652 or 3977879. OLE color: 3977879.

HSL color Cylindrical-coordinate representation of color #97B23C: hue angle of 73.73º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97B23C is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 178 60 -
CMYK 0.15 0 0.66 0.30
HSL 73.73º 0.5% 0.47% -
HSV(B) 73.73º 0.66% 0.7% -
XYZ 29.5 38.75 10.2 -
YUV 156.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 151 178 60 0.15 0 0.66 0.30 73.73 0.5 0.47
Hex 97 B2 3C F 0 42 1E 4A 32 2F
Octal 227 262 74 17 0 102 36 112 62 57
Binary 10010111 10110010 111100 1111 0 1000010 11110 1001010 110010 101111

Color Harmonies of #97B23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B23C

Black with #97B23C

Text Example


Text Example

White with #97B23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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