Html Css Color HEX #96AB40 Limerick

📋 copy color: '#96AB40'

red 150 ◦ green 171 ◦ blue 64

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

Shades of Limerick #96AB40

Tints of Limerick #96AB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.42%

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

R = 38.96%
G = 44.42%
B = 16.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#96AB40 (or 0x96AB40) is known color: Limerick. HEX triplet: 96, AB and 40. RGB value is (150,171,64). Sum of RGB (Red+Green+Blue) = 150+171+64=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB40 is #6954BF. Grayscale: #989898. Windows color (decimal): -6902976 or 4238230. OLE color: 4238230.

HSL color Cylindrical-coordinate representation of color #96AB40: hue angle of 71.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96AB40 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 64 -
CMYK 0.12 0 0.63 0.33
HSL 71.78º 0.46% 0.46% -
HSV(B) 71.78º 0.63% 0.67% -
XYZ 28.07 35.98 10.32 -
YUV 152.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 150 171 64 0.12 0 0.63 0.33 71.78 0.46 0.46
Hex 96 AB 40 C 0 3F 21 48 2E 2E
Octal 226 253 100 14 0 77 41 110 56 56
Binary 10010110 10101011 1000000 1100 0 111111 100001 1001000 101110 101110

Color Harmonies of #96AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB40

Black with #96AB40

Text Example


Text Example

White with #96AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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