Html Css Color HEX #96B22D Limerick

📋 copy color: '#96B22D'

red 150 ◦ green 178 ◦ blue 45

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

Shades of Limerick #96B22D

Tints of Limerick #96B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.72%

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 40.21%
G = 47.72%
B = 12.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#96B22D (or 0x96B22D) is known color: Limerick. HEX triplet: 96, B2 and 2D. RGB value is (150,178,45). Sum of RGB (Red+Green+Blue) = 150+178+45=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #96B22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B22D is #694DD2. Grayscale: #9A9A9A. Windows color (decimal): -6901203 or 2994838. OLE color: 2994838.

HSL color Cylindrical-coordinate representation of color #96B22D: hue angle of 72.63º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96B22D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 45 -
CMYK 0.16 0 0.75 0.30
HSL 72.63º 0.6% 0.44% -
HSV(B) 72.63º 0.75% 0.7% -
XYZ 28.97 38.51 8.39 -
YUV 154.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 150 178 45 0.16 0 0.75 0.30 72.63 0.6 0.44
Hex 96 B2 2D 10 0 4B 1E 49 3C 2C
Octal 226 262 55 20 0 113 36 111 74 54
Binary 10010110 10110010 101101 10000 0 1001011 11110 1001001 111100 101100

Color Harmonies of #96B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B22D

Black with #96B22D

Text Example


Text Example

White with #96B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,45); }

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

background-color css

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

 a { background-color: rgb(150,178,45); }

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

border-color css

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

 span { border-color: rgb(150,178,45); }

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