Html Css Color HEX #96B140 Limerick

📋 copy color: '#96B140'

red 150 ◦ green 177 ◦ blue 64

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

Shades of Limerick #96B140

Tints of Limerick #96B140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 38.36%
G = 45.27%
B = 16.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#96B140 (or 0x96B140) is known color: Limerick. HEX triplet: 96, B1 and 40. RGB value is (150,177,64). Sum of RGB (Red+Green+Blue) = 150+177+64=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #96B140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B140 is #694EBF. Grayscale: #9C9C9C. Windows color (decimal): -6901440 or 4239766. OLE color: 4239766.

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

Color convert

RGB 150 177 64 -
CMYK 0.15 0 0.64 0.31
HSL 74.34º 0.47% 0.47% -
HSV(B) 74.34º 0.64% 0.69% -
XYZ 29.23 38.3 10.7 -
YUV 156.05 76.05 123.69 -
System Red Green Blue C M Y K H S L
Decimal 150 177 64 0.15 0 0.64 0.31 74.34 0.47 0.47
Hex 96 B1 40 F 0 40 1F 4A 2F 2F
Octal 226 261 100 17 0 100 37 112 57 57
Binary 10010110 10110001 1000000 1111 0 1000000 11111 1001010 101111 101111

Color Harmonies of #96B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B140

Black with #96B140

Text Example


Text Example

White with #96B140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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