Html Css Color HEX #97BA21 Limerick

📋 copy color: '#97BA21'

red 151 ◦ green 186 ◦ blue 33

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

Shades of Limerick #97BA21

Tints of Limerick #97BA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.27%

 BLUE value IS 33 (13.28% from 255) = 8.92%

R = 40.81%
G = 50.27%
B = 8.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#97BA21 (or 0x97BA21) is known color: Limerick. HEX triplet: 97, BA and 21. RGB value is (151,186,33). Sum of RGB (Red+Green+Blue) = 151+186+33=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA21 is #6845DE. Grayscale: #9E9E9E. Windows color (decimal): -6833631 or 2210455. OLE color: 2210455.

HSL color Cylindrical-coordinate representation of color #97BA21: hue angle of 73.73º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97BA21 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 33 -
CMYK 0.19 0 0.82 0.27
HSL 73.73º 0.7% 0.43% -
HSV(B) 73.73º 0.82% 0.73% -
XYZ 30.6 41.81 7.9 -
YUV 158.09 57.4 122.94 -
System Red Green Blue C M Y K H S L
Decimal 151 186 33 0.19 0 0.82 0.27 73.73 0.7 0.43
Hex 97 BA 21 13 0 52 1B 4A 46 2B
Octal 227 272 41 23 0 122 33 112 106 53
Binary 10010111 10111010 100001 10011 0 1010010 11011 1001010 1000110 101011

Color Harmonies of #97BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA21

Black with #97BA21

Text Example


Text Example

White with #97BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,33); }

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

background-color css

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

 a { background-color: rgb(151,186,33); }

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

border-color css

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

 span { border-color: rgb(151,186,33); }

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