Html Css Color HEX #96BA24 Limerick

📋 copy color: '#96BA24'

red 150 ◦ green 186 ◦ blue 36

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

Shades of Limerick #96BA24

Tints of Limerick #96BA24

RGB

 RED value IS 150 (58.98% from 255) = 40.32%

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

 BLUE value IS 36 (14.45% from 255) = 9.68%

R = 40.32%
G = 50%
B = 9.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#96BA24 (or 0x96BA24) is known color: Limerick. HEX triplet: 96, BA and 24. RGB value is (150,186,36). Sum of RGB (Red+Green+Blue) = 150+186+36=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA24 is #6945DB. Grayscale: #9E9E9E. Windows color (decimal): -6899164 or 2407062. OLE color: 2407062.

HSL color Cylindrical-coordinate representation of color #96BA24: hue angle of 74.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96BA24 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 36 -
CMYK 0.19 0 0.81 0.27
HSL 74.4º 0.68% 0.44% -
HSV(B) 74.4º 0.81% 0.73% -
XYZ 30.46 41.73 8.12 -
YUV 158.14 59.07 122.2 -
System Red Green Blue C M Y K H S L
Decimal 150 186 36 0.19 0 0.81 0.27 74.4 0.68 0.44
Hex 96 BA 24 13 0 51 1B 4A 44 2C
Octal 226 272 44 23 0 121 33 112 104 54
Binary 10010110 10111010 100100 10011 0 1010001 11011 1001010 1000100 101100

Color Harmonies of #96BA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA24

Black with #96BA24

Text Example


Text Example

White with #96BA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BA24; }

 p { color: rgb(150,186,36); }

 H1.HeaderClassName
 {
   color: #96BA24;
 }
 .AnyTagClassName
 {
   color: #96BA24;
 }
</style>

background-color css

<style>
 a { background-color: #96BA24; }

 a { background-color: rgb(150,186,36); }

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

border-color css

<style>
 span { border-color: #96BA24; }

 span { border-color: rgb(150,186,36); }

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