Html Css Color HEX #96A736 Limerick

📋 copy color: '#96A736'

red 150 ◦ green 167 ◦ blue 54

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

Shades of Limerick #96A736

Tints of Limerick #96A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

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

R = 40.43%
G = 45.01%
B = 14.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#96A736 (or 0x96A736) is known color: Limerick. HEX triplet: 96, A7 and 36. RGB value is (150,167,54). Sum of RGB (Red+Green+Blue) = 150+167+54=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #96A736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A736 is #6958C9. Grayscale: #959595. Windows color (decimal): -6904010 or 3581846. OLE color: 3581846.

HSL color Cylindrical-coordinate representation of color #96A736: hue angle of 69.03º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96A736 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 167 54 -
CMYK 0.10 0 0.68 0.35
HSL 69.03º 0.51% 0.43% -
HSV(B) 69.03º 0.68% 0.65% -
XYZ 27.06 34.39 8.7 -
YUV 149.04 74.37 128.69 -
System Red Green Blue C M Y K H S L
Decimal 150 167 54 0.10 0 0.68 0.35 69.03 0.51 0.43
Hex 96 A7 36 A 0 44 23 45 33 2B
Octal 226 247 66 12 0 104 43 105 63 53
Binary 10010110 10100111 110110 1010 0 1000100 100011 1000101 110011 101011

Color Harmonies of #96A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A736

Black with #96A736

Text Example


Text Example

White with #96A736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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