Html Css Color HEX #96B929 Limerick

📋 copy color: '#96B929'

red 150 ◦ green 185 ◦ blue 41

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

Shades of Limerick #96B929

Tints of Limerick #96B929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 41 (16.41% from 255) = 10.9%

R = 39.89%
G = 49.2%
B = 10.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#96B929 (or 0x96B929) is known color: Limerick. HEX triplet: 96, B9 and 29. RGB value is (150,185,41). Sum of RGB (Red+Green+Blue) = 150+185+41=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #96B929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B929 is #6946D6. Grayscale: #9E9E9E. Windows color (decimal): -6899415 or 2734486. OLE color: 2734486.

HSL color Cylindrical-coordinate representation of color #96B929: hue angle of 74.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96B929 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 41 -
CMYK 0.19 0 0.78 0.27
HSL 74.58º 0.64% 0.44% -
HSV(B) 74.58º 0.78% 0.73% -
XYZ 30.33 41.34 8.48 -
YUV 158.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 150 185 41 0.19 0 0.78 0.27 74.58 0.64 0.44
Hex 96 B9 29 13 0 4E 1B 4B 40 2C
Octal 226 271 51 23 0 116 33 113 100 54
Binary 10010110 10111001 101001 10011 0 1001110 11011 1001011 1000000 101100

Color Harmonies of #96B929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B929

Black with #96B929

Text Example


Text Example

White with #96B929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,41); }

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

background-color css

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

 a { background-color: rgb(150,185,41); }

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

border-color css

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

 span { border-color: rgb(150,185,41); }

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