Html Css Color HEX #96B139 Limerick

📋 copy color: '#96B139'

red 150 ◦ green 177 ◦ blue 57

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

Shades of Limerick #96B139

Tints of Limerick #96B139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.84%

R = 39.06%
G = 46.09%
B = 14.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#96B139 (or 0x96B139) is known color: Limerick. HEX triplet: 96, B1 and 39. RGB value is (150,177,57). Sum of RGB (Red+Green+Blue) = 150+177+57=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #96B139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B139 is #694EC6. Grayscale: #9B9B9B. Windows color (decimal): -6901447 or 3781014. OLE color: 3781014.

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

Color convert

RGB 150 177 57 -
CMYK 0.15 0 0.68 0.31
HSL 73.5º 0.51% 0.46% -
HSV(B) 73.5º 0.68% 0.69% -
XYZ 29.04 38.22 9.72 -
YUV 155.25 72.55 124.26 -
System Red Green Blue C M Y K H S L
Decimal 150 177 57 0.15 0 0.68 0.31 73.5 0.51 0.46
Hex 96 B1 39 F 0 44 1F 4A 33 2E
Octal 226 261 71 17 0 104 37 112 63 56
Binary 10010110 10110001 111001 1111 0 1000100 11111 1001010 110011 101110

Color Harmonies of #96B139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B139

Black with #96B139

Text Example


Text Example

White with #96B139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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