Html Css Color HEX #96BC25 Limerick

📋 copy color: '#96BC25'

red 150 ◦ green 188 ◦ blue 37

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

Shades of Limerick #96BC25

Tints of Limerick #96BC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

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

R = 40%
G = 50.13%
B = 9.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#96BC25 (or 0x96BC25) is known color: Limerick. HEX triplet: 96, BC and 25. RGB value is (150,188,37). Sum of RGB (Red+Green+Blue) = 150+188+37=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC25 is #6943DA. Grayscale: #9F9F9F. Windows color (decimal): -6898651 or 2473110. OLE color: 2473110.

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

Color convert

RGB 150 188 37 -
CMYK 0.20 0 0.80 0.26
HSL 75.1º 0.67% 0.44% -
HSV(B) 75.1º 0.8% 0.74% -
XYZ 30.89 42.58 8.34 -
YUV 159.42 58.91 121.28 -
System Red Green Blue C M Y K H S L
Decimal 150 188 37 0.20 0 0.80 0.26 75.1 0.67 0.44
Hex 96 BC 25 14 0 50 1A 4B 43 2C
Octal 226 274 45 24 0 120 32 113 103 54
Binary 10010110 10111100 100101 10100 0 1010000 11010 1001011 1000011 101100

Color Harmonies of #96BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC25

Black with #96BC25

Text Example


Text Example

White with #96BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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