Html Css Color HEX #96B132 Limerick

📋 copy color: '#96B132'

red 150 ◦ green 177 ◦ blue 50

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

Shades of Limerick #96B132

Tints of Limerick #96B132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.95%

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

R = 39.79%
G = 46.95%
B = 13.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#96B132 (or 0x96B132) is known color: Limerick. HEX triplet: 96, B1 and 32. RGB value is (150,177,50). Sum of RGB (Red+Green+Blue) = 150+177+50=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #96B132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B132 is #694ECD. Grayscale: #9A9A9A. Windows color (decimal): -6901454 or 3322262. OLE color: 3322262.

HSL color Cylindrical-coordinate representation of color #96B132: hue angle of 72.76º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96B132 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 50 -
CMYK 0.15 0 0.72 0.31
HSL 72.76º 0.56% 0.45% -
HSV(B) 72.76º 0.72% 0.69% -
XYZ 28.88 38.16 8.86 -
YUV 154.45 69.05 124.83 -
System Red Green Blue C M Y K H S L
Decimal 150 177 50 0.15 0 0.72 0.31 72.76 0.56 0.45
Hex 96 B1 32 F 0 48 1F 49 38 2D
Octal 226 261 62 17 0 110 37 111 70 55
Binary 10010110 10110001 110010 1111 0 1001000 11111 1001001 111000 101101

Color Harmonies of #96B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B132

Black with #96B132

Text Example


Text Example

White with #96B132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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