Html Css Color HEX #96BA25 Limerick

📋 copy color: '#96BA25'

red 150 ◦ green 186 ◦ blue 37

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

Shades of Limerick #96BA25

Tints of Limerick #96BA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 40.21%
G = 49.87%
B = 9.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#96BA25 (or 0x96BA25) is known color: Limerick. HEX triplet: 96, BA and 25. RGB value is (150,186,37). Sum of RGB (Red+Green+Blue) = 150+186+37=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA25 is #6945DA. Grayscale: #9E9E9E. Windows color (decimal): -6899163 or 2472598. OLE color: 2472598.

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

Color convert

RGB 150 186 37 -
CMYK 0.19 0 0.80 0.27
HSL 74.5º 0.67% 0.44% -
HSV(B) 74.5º 0.8% 0.73% -
XYZ 30.47 41.74 8.2 -
YUV 158.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 150 186 37 0.19 0 0.80 0.27 74.5 0.67 0.44
Hex 96 BA 25 13 0 50 1B 4A 43 2C
Octal 226 272 45 23 0 120 33 112 103 54
Binary 10010110 10111010 100101 10011 0 1010000 11011 1001010 1000011 101100

Color Harmonies of #96BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA25

Black with #96BA25

Text Example


Text Example

White with #96BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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