Html Css Color HEX #96AD33 Limerick

📋 copy color: '#96AD33'

red 150 ◦ green 173 ◦ blue 51

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

Shades of Limerick #96AD33

Tints of Limerick #96AD33

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.26%

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

R = 40.11%
G = 46.26%
B = 13.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#96AD33 (or 0x96AD33) is known color: Limerick. HEX triplet: 96, AD and 33. RGB value is (150,173,51). Sum of RGB (Red+Green+Blue) = 150+173+51=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD33 is #6952CC. Grayscale: #989898. Windows color (decimal): -6902477 or 3386774. OLE color: 3386774.

HSL color Cylindrical-coordinate representation of color #96AD33: hue angle of 71.31º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96AD33 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 51 -
CMYK 0.13 0 0.71 0.32
HSL 71.31º 0.54% 0.44% -
HSV(B) 71.31º 0.71% 0.68% -
XYZ 28.12 36.61 8.72 -
YUV 152.22 70.88 126.42 -
System Red Green Blue C M Y K H S L
Decimal 150 173 51 0.13 0 0.71 0.32 71.31 0.54 0.44
Hex 96 AD 33 D 0 47 20 47 36 2C
Octal 226 255 63 15 0 107 40 107 66 54
Binary 10010110 10101101 110011 1101 0 1000111 100000 1000111 110110 101100

Color Harmonies of #96AD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD33

Black with #96AD33

Text Example


Text Example

White with #96AD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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