Html Css Color HEX #96A63B Limerick

📋 copy color: '#96A63B'

red 150 ◦ green 166 ◦ blue 59

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

Shades of Limerick #96A63B

Tints of Limerick #96A63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.73%

R = 40%
G = 44.27%
B = 15.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#96A63B (or 0x96A63B) is known color: Limerick. HEX triplet: 96, A6 and 3B. RGB value is (150,166,59). Sum of RGB (Red+Green+Blue) = 150+166+59=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #96A63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A63B is #6959C4. Grayscale: #959595. Windows color (decimal): -6904261 or 3909270. OLE color: 3909270.

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

Color convert

RGB 150 166 59 -
CMYK 0.10 0 0.64 0.35
HSL 68.97º 0.48% 0.44% -
HSV(B) 68.97º 0.64% 0.65% -
XYZ 27 34.07 9.29 -
YUV 149.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 150 166 59 0.10 0 0.64 0.35 68.97 0.48 0.44
Hex 96 A6 3B A 0 40 23 45 30 2C
Octal 226 246 73 12 0 100 43 105 60 54
Binary 10010110 10100110 111011 1010 0 1000000 100011 1000101 110000 101100

Color Harmonies of #96A63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A63B

Black with #96A63B

Text Example


Text Example

White with #96A63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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