Html Css Color HEX #96B732 Limerick

📋 copy color: '#96B732'

red 150 ◦ green 183 ◦ blue 50

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

Shades of Limerick #96B732

Tints of Limerick #96B732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.05%

R = 39.16%
G = 47.78%
B = 13.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#96B732 (or 0x96B732) is known color: Limerick. HEX triplet: 96, B7 and 32. RGB value is (150,183,50). Sum of RGB (Red+Green+Blue) = 150+183+50=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #96B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B732 is #6948CD. Grayscale: #9E9E9E. Windows color (decimal): -6899918 or 3323798. OLE color: 3323798.

HSL color Cylindrical-coordinate representation of color #96B732: hue angle of 74.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96B732 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 50 -
CMYK 0.18 0 0.73 0.28
HSL 74.89º 0.57% 0.46% -
HSV(B) 74.89º 0.73% 0.72% -
XYZ 30.09 40.58 9.26 -
YUV 157.97 67.07 122.31 -
System Red Green Blue C M Y K H S L
Decimal 150 183 50 0.18 0 0.73 0.28 74.89 0.57 0.46
Hex 96 B7 32 12 0 49 1C 4B 39 2E
Octal 226 267 62 22 0 111 34 113 71 56
Binary 10010110 10110111 110010 10010 0 1001001 11100 1001011 111001 101110

Color Harmonies of #96B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B732

Black with #96B732

Text Example


Text Example

White with #96B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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