Html Css Color HEX #96A733 Limerick

📋 copy color: '#96A733'

red 150 ◦ green 167 ◦ blue 51

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

Shades of Limerick #96A733

Tints of Limerick #96A733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.86%

R = 40.76%
G = 45.38%
B = 13.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#96A733 (or 0x96A733) is known color: Limerick. HEX triplet: 96, A7 and 33. RGB value is (150,167,51). Sum of RGB (Red+Green+Blue) = 150+167+51=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #96A733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A733 is #6958CC. Grayscale: #959595. Windows color (decimal): -6904013 or 3385238. OLE color: 3385238.

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

Color convert

RGB 150 167 51 -
CMYK 0.10 0 0.69 0.35
HSL 68.79º 0.53% 0.43% -
HSV(B) 68.79º 0.69% 0.65% -
XYZ 26.99 34.36 8.34 -
YUV 148.69 72.87 128.93 -
System Red Green Blue C M Y K H S L
Decimal 150 167 51 0.10 0 0.69 0.35 68.79 0.53 0.43
Hex 96 A7 33 A 0 45 23 45 35 2B
Octal 226 247 63 12 0 105 43 105 65 53
Binary 10010110 10100111 110011 1010 0 1000101 100011 1000101 110101 101011

Color Harmonies of #96A733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A733

Black with #96A733

Text Example


Text Example

White with #96A733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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