Html Css Color HEX #96B334 Limerick

📋 copy color: '#96B334'

red 150 ◦ green 179 ◦ blue 52

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

Shades of Limerick #96B334

Tints of Limerick #96B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 52 (20.7% from 255) = 13.65%

R = 39.37%
G = 46.98%
B = 13.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#96B334 (or 0x96B334) is known color: Limerick. HEX triplet: 96, B3 and 34. RGB value is (150,179,52). Sum of RGB (Red+Green+Blue) = 150+179+52=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #96B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B334 is #694CCB. Grayscale: #9C9C9C. Windows color (decimal): -6900940 or 3453846. OLE color: 3453846.

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

Color convert

RGB 150 179 52 -
CMYK 0.16 0 0.71 0.30
HSL 73.7º 0.55% 0.45% -
HSV(B) 73.7º 0.71% 0.7% -
XYZ 29.32 38.97 9.23 -
YUV 155.85 69.39 123.83 -
System Red Green Blue C M Y K H S L
Decimal 150 179 52 0.16 0 0.71 0.30 73.7 0.55 0.45
Hex 96 B3 34 10 0 47 1E 4A 37 2D
Octal 226 263 64 20 0 107 36 112 67 55
Binary 10010110 10110011 110100 10000 0 1000111 11110 1001010 110111 101101

Color Harmonies of #96B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B334

Black with #96B334

Text Example


Text Example

White with #96B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,52); }

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

background-color css

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

 a { background-color: rgb(150,179,52); }

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

border-color css

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

 span { border-color: rgb(150,179,52); }

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