Html Css Color HEX #96B72C Limerick

📋 copy color: '#96B72C'

red 150 ◦ green 183 ◦ blue 44

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

Shades of Limerick #96B72C

Tints of Limerick #96B72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.54%

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 39.79%
G = 48.54%
B = 11.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#96B72C (or 0x96B72C) is known color: Limerick. HEX triplet: 96, B7 and 2C. RGB value is (150,183,44). Sum of RGB (Red+Green+Blue) = 150+183+44=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #96B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B72C is #6948D3. Grayscale: #9D9D9D. Windows color (decimal): -6899924 or 2930582. OLE color: 2930582.

HSL color Cylindrical-coordinate representation of color #96B72C: hue angle of 74.24º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96B72C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 44 -
CMYK 0.18 0 0.76 0.28
HSL 74.24º 0.61% 0.45% -
HSV(B) 74.24º 0.76% 0.72% -
XYZ 29.97 40.53 8.63 -
YUV 157.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 150 183 44 0.18 0 0.76 0.28 74.24 0.61 0.45
Hex 96 B7 2C 12 0 4C 1C 4A 3D 2D
Octal 226 267 54 22 0 114 34 112 75 55
Binary 10010110 10110111 101100 10010 0 1001100 11100 1001010 111101 101101

Color Harmonies of #96B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B72C

Black with #96B72C

Text Example


Text Example

White with #96B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,44); }

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

background-color css

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

 a { background-color: rgb(150,183,44); }

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

border-color css

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

 span { border-color: rgb(150,183,44); }

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