Html Css Color HEX #96B737 Limerick

📋 copy color: '#96B737'

red 150 ◦ green 183 ◦ blue 55

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

Shades of Limerick #96B737

Tints of Limerick #96B737

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.16%

 BLUE value IS 55 (21.88% from 255) = 14.18%

R = 38.66%
G = 47.16%
B = 14.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#96B737 (or 0x96B737) is known color: Limerick. HEX triplet: 96, B7 and 37. RGB value is (150,183,55). Sum of RGB (Red+Green+Blue) = 150+183+55=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #96B737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B737 is #6948C8. Grayscale: #9F9F9F. Windows color (decimal): -6899913 or 3651478. OLE color: 3651478.

HSL color Cylindrical-coordinate representation of color #96B737: hue angle of 75.47º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96B737 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 55 -
CMYK 0.18 0 0.70 0.28
HSL 75.47º 0.54% 0.47% -
HSV(B) 75.47º 0.7% 0.72% -
XYZ 30.2 40.63 9.86 -
YUV 158.54 69.57 121.91 -
System Red Green Blue C M Y K H S L
Decimal 150 183 55 0.18 0 0.70 0.28 75.47 0.54 0.47
Hex 96 B7 37 12 0 46 1C 4B 36 2F
Octal 226 267 67 22 0 106 34 113 66 57
Binary 10010110 10110111 110111 10010 0 1000110 11100 1001011 110110 101111

Color Harmonies of #96B737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B737

Black with #96B737

Text Example


Text Example

White with #96B737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,55); }

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

background-color css

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

 a { background-color: rgb(150,183,55); }

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

border-color css

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

 span { border-color: rgb(150,183,55); }

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