Html Css Color HEX #96B736 Limerick

📋 copy color: '#96B736'

red 150 ◦ green 183 ◦ blue 54

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

Shades of Limerick #96B736

Tints of Limerick #96B736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.95%

R = 38.76%
G = 47.29%
B = 13.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#96B736 (or 0x96B736) is known color: Limerick. HEX triplet: 96, B7 and 36. RGB value is (150,183,54). Sum of RGB (Red+Green+Blue) = 150+183+54=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #96B736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B736 is #6948C9. Grayscale: #9E9E9E. Windows color (decimal): -6899914 or 3585942. OLE color: 3585942.

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

Color convert

RGB 150 183 54 -
CMYK 0.18 0 0.70 0.28
HSL 75.35º 0.54% 0.46% -
HSV(B) 75.35º 0.7% 0.72% -
XYZ 30.18 40.62 9.74 -
YUV 158.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 150 183 54 0.18 0 0.70 0.28 75.35 0.54 0.46
Hex 96 B7 36 12 0 46 1C 4B 36 2E
Octal 226 267 66 22 0 106 34 113 66 56
Binary 10010110 10110111 110110 10010 0 1000110 11100 1001011 110110 101110

Color Harmonies of #96B736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B736

Black with #96B736

Text Example


Text Example

White with #96B736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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