Html Css Color HEX #96A636 Limerick

📋 copy color: '#96A636'

red 150 ◦ green 166 ◦ blue 54

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

Shades of Limerick #96A636

Tints of Limerick #96A636

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 40.54%
G = 44.86%
B = 14.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#96A636 (or 0x96A636) is known color: Limerick. HEX triplet: 96, A6 and 36. RGB value is (150,166,54). Sum of RGB (Red+Green+Blue) = 150+166+54=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #96A636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A636 is #6959C9. Grayscale: #949494. Windows color (decimal): -6904266 or 3581590. OLE color: 3581590.

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

Color convert

RGB 150 166 54 -
CMYK 0.10 0 0.67 0.35
HSL 68.57º 0.51% 0.43% -
HSV(B) 68.57º 0.67% 0.65% -
XYZ 26.88 34.02 8.64 -
YUV 148.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 150 166 54 0.10 0 0.67 0.35 68.57 0.51 0.43
Hex 96 A6 36 A 0 43 23 45 33 2B
Octal 226 246 66 12 0 103 43 105 63 53
Binary 10010110 10100110 110110 1010 0 1000011 100011 1000101 110011 101011

Color Harmonies of #96A636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A636

Black with #96A636

Text Example


Text Example

White with #96A636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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